react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
9 lines • 391 B
TypeScript
/// <reference types="react" />
import { Text } from 'react-native';
interface AnimatedTextComplement extends Text {
getNode(): Text;
}
export declare const AnimatedText: import("react").ComponentClass<import("..").AnimateProps<import("react-native").TextProps>, any>;
export type AnimatedText = typeof AnimatedText & AnimatedTextComplement;
export {};
//# sourceMappingURL=Text.d.ts.map