react-native-animateable-text
Version:
A fork of React Native's `<Text/> component that supports Reanimated Shared Values as text!
7 lines • 318 B
TypeScript
import type { ViewProps } from 'react-native';
interface NativeProps extends ViewProps {
text?: string;
}
declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>;
export default _default;
//# sourceMappingURL=JBAnimatedTextNativeComponent.d.ts.map