UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

10 lines (9 loc) 125 B
/** * Props */ export interface Props { height?: number; bottom?: number; right?: number; icon?: string; }