0.1.5 • Published 6 months ago

@types/ink-text-animation v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/ink-text-animation

Summary

This package contains type definitions for ink-text-animation (https://github.com/yardnsm/ink-text-animation).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ink-text-animation.

index.d.ts

// Type definitions for ink-text-animation 0.1
// Project: https://github.com/yardnsm/ink-text-animation
// Definitions by: Martin Badin <https://github.com/martin-badin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import { Component, ReactNode } from 'react';

export interface InkTextAnimationProps {
    children?: ReactNode;
    name?: 'rainbow' | 'pulse' | 'glitch' | 'radar' | 'neon';
    speed?: number;
}

export default class InkTextAnimation extends Component<InkTextAnimationProps> {}

Additional Details

  • Last updated: Mon, 10 Jan 2022 21:01:35 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Martin Badin.

0.1.4

7 months ago

0.1.3

8 months ago

0.1.5

6 months ago

0.1.2

1 year ago

0.1.1

2 years ago

0.1.0

2 years ago