UNPKG

vexip-ui

Version:

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

10 lines (9 loc) 159 B
export interface EllipsisSlots { /** * @internal */ default?: () => void; content?: (params: { content: string; }) => any; }