react-native-animateable-text
Version:
A fork of React Native's `<Text/> component that supports Reanimated Shared Values as text!
7 lines • 333 B
TypeScript
import * as React from 'react';
import { Text } from 'react-native';
export declare const AnimateableText: React.ForwardRefExoticComponent<Omit<import("react-native").TextProps, "children"> & {
forwardedRef?: React.Ref<Text>;
text?: string;
} & React.RefAttributes<unknown>>;
//# sourceMappingURL=AnimateableText.web.d.ts.map