@types/react-native-typing-animation
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

Installation

npm install --save @types/react-native-typing-animation

Summary

This package contains type definitions for react-native-typing-animation (https://github.com/watadarkstar/react-native-typing-animation#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-typing-animation.

index.d.ts

import { StyleSheetProperties } from "react-native";

import { JSX } from "react";

export interface TypingAnimationProps {
    style?: StyleSheetProperties;
    dotColor?: string;
    dotStyles?: StyleSheetProperties;
    dotRadius?: number;
    dotMargin?: number;
    dotAmplitude?: number;
    dotSpeed?: number;
    dotY?: number;
    dotX?: number;
}

export function TypingAnimation(props: TypingAnimationProps): JSX.Element;

Additional Details

Credits

These definitions were written by Ankan Bhattacharya.

Dependents (0)

Package Sidebar

Install

npm i @types/react-native-typing-animation

Weekly Downloads

696

Version

0.1.5

License

MIT

Unpacked Size

3.77 kB

Total Files

5

Last publish

Collaborators

  • types