UNPKG

tdesign-mobile-vue

Version:
73 lines (72 loc) 2.74 kB
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ autoStart: { type: BooleanConstructor; default: boolean; }; content: { type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>; default: string; }; format: { type: StringConstructor; default: string; }; millisecond: BooleanConstructor; size: { type: import("vue").PropType<"large" | "medium" | "small">; default: "large" | "medium" | "small"; validator(val: "large" | "medium" | "small"): boolean; }; splitWithUnit: BooleanConstructor; theme: { type: import("vue").PropType<"default" | "round" | "square">; default: "default" | "round" | "square"; validator(val: "default" | "round" | "square"): boolean; }; time: { type: NumberConstructor; required: boolean; }; onChange: import("vue").PropType<(time: import("@/components").TimeData) => void>; onFinish: import("vue").PropType<() => void>; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ autoStart: { type: BooleanConstructor; default: boolean; }; content: { type: import("vue").PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>; default: string; }; format: { type: StringConstructor; default: string; }; millisecond: BooleanConstructor; size: { type: import("vue").PropType<"large" | "medium" | "small">; default: "large" | "medium" | "small"; validator(val: "large" | "medium" | "small"): boolean; }; splitWithUnit: BooleanConstructor; theme: { type: import("vue").PropType<"default" | "round" | "square">; default: "default" | "round" | "square"; validator(val: "default" | "round" | "square"): boolean; }; time: { type: NumberConstructor; required: boolean; }; onChange: import("vue").PropType<(time: import("@/components").TimeData) => void>; onFinish: import("vue").PropType<() => void>; }>> & Readonly<{}>, { autoStart: boolean; content: string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue); format: string; millisecond: boolean; size: "large" | "medium" | "small"; splitWithUnit: boolean; theme: "default" | "round" | "square"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;