UNPKG

@td-design/react-native

Version:

react-native UI组件库

8 lines 257 B
import { AvatarProps } from '../type'; export default function useAvatar({ size, borderRadius, circular }: AvatarProps): { width: number; height: number; accessorySize: number; avatarRadius: number; }; //# sourceMappingURL=useAvatar.d.ts.map