UNPKG

vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

7 lines (6 loc) 124 B
export interface SpinSlots { content?: () => any; icon?: () => any; tip?: () => any; default?: () => any; }