xdesign-vue-next
Version:
XDesign Component for vue-next
88 lines (87 loc) • 2.38 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
isFooterDisplay: BooleanConstructor;
handleConfirmClick: FunctionConstructor;
onChange: FunctionConstructor;
disabled: {
default: boolean;
type: BooleanConstructor;
validator(v: boolean): boolean;
};
isFocus: {
default: boolean;
type: BooleanConstructor;
validator(v: boolean): boolean;
};
value: {
type: StringConstructor;
default: string;
};
format: {
type: StringConstructor;
default: string;
};
steps: {
default: number[];
type: import("vue").PropType<(string | number)[]>;
};
isShowPanel: {
default: boolean;
type: BooleanConstructor;
validator(v: boolean): boolean;
};
hideDisabledTime: {
type: BooleanConstructor;
default: boolean;
};
disableTime: {
type: FunctionConstructor;
};
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
isFooterDisplay: BooleanConstructor;
handleConfirmClick: FunctionConstructor;
onChange: FunctionConstructor;
disabled: {
default: boolean;
type: BooleanConstructor;
validator(v: boolean): boolean;
};
isFocus: {
default: boolean;
type: BooleanConstructor;
validator(v: boolean): boolean;
};
value: {
type: StringConstructor;
default: string;
};
format: {
type: StringConstructor;
default: string;
};
steps: {
default: number[];
type: import("vue").PropType<(string | number)[]>;
};
isShowPanel: {
default: boolean;
type: BooleanConstructor;
validator(v: boolean): boolean;
};
hideDisabledTime: {
type: BooleanConstructor;
default: boolean;
};
disableTime: {
type: FunctionConstructor;
};
}>>, {
value: string;
disabled: boolean;
format: string;
steps: (string | number)[];
isShowPanel: boolean;
hideDisabledTime: boolean;
isFooterDisplay: boolean;
isFocus: boolean;
}, {}>;
export default _default;