UNPKG

@tplc/wot

Version:

67 lines (66 loc) 1.61 kB
declare const _default: __VLS_WithTemplateSlots< import('vue').DefineComponent< { modelValue: { type: (NumberConstructor | StringConstructor)[] default: number } beforeChange: import('vue').PropType<import('./types').SidebarBeforeChange> customStyle: { type: import('vue').PropType<string> default: string } customClass: { type: import('vue').PropType<string> default: string } }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { 'update:modelValue': (...args: any[]) => void change: (...args: any[]) => void }, string, import('vue').PublicProps, Readonly< import('vue').ExtractPropTypes<{ modelValue: { type: (NumberConstructor | StringConstructor)[] default: number } beforeChange: import('vue').PropType<import('./types').SidebarBeforeChange> customStyle: { type: import('vue').PropType<string> default: string } customClass: { type: import('vue').PropType<string> default: string } }> > & { onChange?: ((...args: any[]) => any) | undefined 'onUpdate:modelValue'?: ((...args: any[]) => any) | undefined }, { customStyle: string customClass: string modelValue: string | number }, {} >, { default?(_: {}): any } > export default _default type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S } }