tdesign-mobile-vue
Version:
tdesign-mobile-vue
35 lines (34 loc) • 1.03 kB
TypeScript
import { PropType } from 'vue';
declare const _default: {
autoStart: {
type: BooleanConstructor;
default: boolean;
};
content: {
type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
default: string;
};
format: {
type: StringConstructor;
default: string;
};
millisecond: BooleanConstructor;
size: {
type: PropType<"large" | "medium" | "small">;
default: "large" | "medium" | "small";
validator(val: "large" | "medium" | "small"): boolean;
};
splitWithUnit: BooleanConstructor;
theme: {
type: PropType<"default" | "round" | "square">;
default: "default" | "round" | "square";
validator(val: "default" | "round" | "square"): boolean;
};
time: {
type: NumberConstructor;
required: boolean;
};
onChange: PropType<(time: import("@/components").TimeData) => void>;
onFinish: PropType<() => void>;
};
export default _default;