UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

8 lines (7 loc) 103 B
/** * props */ export interface Props { flag?: 'up' | 'down' | string; textColor?: string; }