UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

16 lines (12 loc) 288 B
export type { AvatarPropsType } from './props' export type AvatarFitType = | 'fill' | 'contain' | 'cover' | 'none' | 'scale-down' | '' export type AvatarSizeType = 'large' | 'middle' | 'small' | 'mini' export interface AvatarCallBackInterface { (evt: MouseEvent): void }