UNPKG

@arco-design/web-vue

Version:

Arco Design Vue 2.0: A Vue.js 3 UI Library

4 lines (3 loc) 200 B
export declare type AvatarShape = 'circle' | 'square'; export declare type AvatarTriggerType = 'button' | 'mask'; export declare type ObjectFit = 'fill' | 'contain' | 'cover' | 'none' | 'scale-down';