UNPKG

zview-plus

Version:

基于 Vue3 的 UI 组件库

18 lines (17 loc) 407 B
import { ExtractPropTypes } from "vue"; export declare const TimeSpinnerProps: { hours: { type: NumberConstructor; }; minutes: { type: NumberConstructor; }; seconds: { type: NumberConstructor; }; title: { type: StringConstructor; default: string; }; }; export declare type TimeSpinnerProps = ExtractPropTypes<typeof TimeSpinnerProps>;