@types/ink-text-animation
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

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

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: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/react

Credits

These definitions were written by Martin Badin.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/ink-text-animation

Weekly Downloads

8

Version

0.1.5

License

MIT

Unpacked Size

3.27 kB

Total Files

5

Last publish

Collaborators

  • types