UNPKG

@tplc/wot

Version:

123 lines (122 loc) 2.97 kB
declare const _default: __VLS_WithTemplateSlots< import('vue').DefineComponent< { modelValue: { type: import('vue').PropType<Array<string | number | boolean>> default: () => never[] } cell: { type: BooleanConstructor default: boolean } shape: { type: import('vue').PropType<import('../wd-checkbox/types').CheckShape> default: import('../wd-checkbox/types').CheckShape } checkedColor: StringConstructor disabled: { type: BooleanConstructor default: boolean } min: { type: NumberConstructor default: number } max: { type: NumberConstructor default: number } inline: { type: BooleanConstructor default: boolean } size: StringConstructor 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: import('vue').PropType<Array<string | number | boolean>> default: () => never[] } cell: { type: BooleanConstructor default: boolean } shape: { type: import('vue').PropType<import('../wd-checkbox/types').CheckShape> default: import('../wd-checkbox/types').CheckShape } checkedColor: StringConstructor disabled: { type: BooleanConstructor default: boolean } min: { type: NumberConstructor default: number } max: { type: NumberConstructor default: number } inline: { type: BooleanConstructor default: boolean } size: StringConstructor customStyle: { type: import('vue').PropType<string> default: string } customClass: { type: import('vue').PropType<string> default: string } }> > & { 'onUpdate:modelValue'?: ((...args: any[]) => any) | undefined onChange?: ((...args: any[]) => any) | undefined }, { modelValue: (string | number | boolean)[] customStyle: string customClass: string shape: import('../wd-checkbox/types').CheckShape max: number disabled: boolean cell: boolean min: number inline: boolean }, {} >, { default?(_: {}): any } > export default _default type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S } }