comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
119 lines (118 loc) • 5.21 kB
TypeScript
export declare const CuTimePicker: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: {
readonly type: import('vue').PropType<string | string[]>;
readonly required: true;
};
readonly rangeSeparator: {
readonly type: StringConstructor;
readonly default: "/";
};
readonly size: import('vue').PropType<import('../../utils').ComicSize>;
readonly range: BooleanConstructor;
readonly placeholder: StringConstructor;
readonly startPlaceholder: StringConstructor;
readonly endPlaceholder: StringConstructor;
readonly disabled: BooleanConstructor;
readonly clearable: BooleanConstructor;
}>> & Readonly<{
onChange?: (value: string | string[]) => any;
onClear?: () => any;
"onUpdate:modelValue"?: (value: string | string[]) => any;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (value: string | string[]) => void;
clear: () => void;
"update:modelValue": (value: string | string[]) => void;
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: {
readonly type: import('vue').PropType<string | string[]>;
readonly required: true;
};
readonly rangeSeparator: {
readonly type: StringConstructor;
readonly default: "/";
};
readonly size: import('vue').PropType<import('../../utils').ComicSize>;
readonly range: BooleanConstructor;
readonly placeholder: StringConstructor;
readonly startPlaceholder: StringConstructor;
readonly endPlaceholder: StringConstructor;
readonly disabled: BooleanConstructor;
readonly clearable: BooleanConstructor;
}>> & Readonly<{
onChange?: (value: string | string[]) => any;
onClear?: () => any;
"onUpdate:modelValue"?: (value: string | string[]) => any;
}>, {
readonly disabled: boolean;
readonly clearable: boolean;
readonly range: boolean;
readonly rangeSeparator: string;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: {
readonly type: import('vue').PropType<string | string[]>;
readonly required: true;
};
readonly rangeSeparator: {
readonly type: StringConstructor;
readonly default: "/";
};
readonly size: import('vue').PropType<import('../../utils').ComicSize>;
readonly range: BooleanConstructor;
readonly placeholder: StringConstructor;
readonly startPlaceholder: StringConstructor;
readonly endPlaceholder: StringConstructor;
readonly disabled: BooleanConstructor;
readonly clearable: BooleanConstructor;
}>> & Readonly<{
onChange?: (value: string | string[]) => any;
onClear?: () => any;
"onUpdate:modelValue"?: (value: string | string[]) => any;
}>, {}, {}, {}, {}, {
readonly disabled: boolean;
readonly clearable: boolean;
readonly range: boolean;
readonly rangeSeparator: string;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: {
readonly type: import('vue').PropType<string | string[]>;
readonly required: true;
};
readonly rangeSeparator: {
readonly type: StringConstructor;
readonly default: "/";
};
readonly size: import('vue').PropType<import('../../utils').ComicSize>;
readonly range: BooleanConstructor;
readonly placeholder: StringConstructor;
readonly startPlaceholder: StringConstructor;
readonly endPlaceholder: StringConstructor;
readonly disabled: BooleanConstructor;
readonly clearable: BooleanConstructor;
}>> & Readonly<{
onChange?: (value: string | string[]) => any;
onClear?: () => any;
"onUpdate:modelValue"?: (value: string | string[]) => any;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (value: string | string[]) => void;
clear: () => void;
"update:modelValue": (value: string | string[]) => void;
}, string, {
readonly disabled: boolean;
readonly clearable: boolean;
readonly range: boolean;
readonly rangeSeparator: string;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
install?: (app: import('vue').App) => void;
};