UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

8 lines (7 loc) 104 B
/** * props */ export interface Props { time: string | number | Date; autoUpdate?: boolean; }