UNPKG

@td-design/react-native

Version:

react-native UI组件库

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