vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
64 lines (63 loc) • 2.46 kB
TypeScript
import { RangePickerProps } from './types';
/**
* 定义组件属性
*/
type __VLS_Props = RangePickerProps;
type __VLS_PublicProps = {
modelValue?: string | undefined;
} & __VLS_Props;
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
handleShow: () => void;
handleHide: () => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (...args: any[]) => void;
clear: (...args: any[]) => void;
"update:modelValue": (value: string | undefined) => void;
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
onChange?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
onClear?: ((...args: any[]) => any) | undefined;
}>, {
startKey: string;
endKey: string;
placeholderStart: string;
placeholderEnd: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
selectEl: HTMLDivElement;
dateEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
modelValue?: string | undefined;
} & import('./types').RangeProps> & Readonly<{
onChange?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
}>, {
init: () => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (...args: any[]) => void;
"update:modelValue": (value: string | undefined) => void;
}, import('vue').PublicProps, {
startKey: string;
endKey: string;
placeholderStart: string;
placeholderEnd: string;
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<{
modelValue?: string | undefined;
} & import('./types').RangeProps> & Readonly<{
onChange?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
}>, {
init: () => void;
}, {}, {}, {}, {
startKey: string;
endKey: string;
placeholderStart: string;
placeholderEnd: string;
}> | null;
}, HTMLDivElement>;
export default _default;