UNPKG

react-native-animateable-text

Version:

A fork of React Native's `<Text/> component that supports Reanimated Shared Values as text!

5 lines 334 B
import type { ForwardRefExoticComponent, RefAttributes } from "react"; import type { AnimateableTextProps } from "./TextProps"; import type { Text as IText } from "react-native"; export declare const AnimateableText: ForwardRefExoticComponent<AnimateableTextProps & RefAttributes<IText>>; //# sourceMappingURL=AnimateableText.d.ts.map