UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

24 lines (23 loc) 900 B
import { RangeProps } from './types'; /** * 定义组件属性 */ type __VLS_Props = RangeProps; type __VLS_PublicProps = { modelValue?: string | undefined; } & __VLS_Props; declare const _default: import('vue').DefineComponent<__VLS_PublicProps, { init: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (...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; }>, { startKey: string; endKey: string; placeholderStart: string; placeholderEnd: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;