UNPKG

petals-ui

Version:
9 lines (5 loc) 228 B
import { SizeType } from '../../basic'; import { GraphicFitType as AvatarFit } from '../../graphic'; type AvatarShape = 'circle' | 'square'; type AvatarSize = SizeType | number; export { AvatarShape, AvatarSize, AvatarFit };