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
- Last updated: Thu, 21 Dec 2023 19:06:51 GMT
- Dependencies: @types/react, react-native
Credits
These definitions were written by Ankan Bhattacharya.