UNPKG

391 BTypeScriptView Raw
1/// <reference types="react" />
2import { Text } from 'react-native';
3interface AnimatedTextComplement extends Text {
4 getNode(): Text;
5}
6export declare const AnimatedText: import("react").ComponentClass<import("..").AnimateProps<import("react-native").TextProps>, any>;
7export type AnimatedText = typeof AnimatedText & AnimatedTextComplement;
8export {};
9//# sourceMappingURL=Text.d.ts.map
\No newline at end of file