UNPKG

react-native-animateable-text

Version:

A fork of React Native's <Text/> component that supports Animated Values

6 lines (5 loc) 326 B
/// <reference types="react" /> declare const AnimateableText: import("react").ComponentClass<import("./TextProps").AnimateableTextProps, import("react").Component<import("./TextProps").AnimateableTextProps, {}, any> & Readonly<import("react-native").NativeMethods>> & { propTypes: any; }; export default AnimateableText;