UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

12 lines (11 loc) 185 B
/** * Props */ export interface Props { text: string; max?: number | null | undefined; ellipsis?: string; expand?: string; collapse?: string; but?: boolean; }