UNPKG

react-native-starsystem

Version:

Starbem React Native UI Toolkit

5 lines (4 loc) 195 B
import React from 'react'; import { TextProps } from 'react-native'; import { AnimatedProps } from '../config/animations'; export declare const AnimatedText: React.FC<AnimatedProps & TextProps>;