UNPKG

tdesign-mobile-vue

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