UNPKG

@td-design/react-native

Version:

react-native UI组件库

5 lines 164 B
import { FC } from 'react'; import { AvatarProps } from '../type'; declare const Avatar: FC<AvatarProps>; export default Avatar; //# sourceMappingURL=index.d.ts.map