UNPKG

@tplc/wot

Version:

105 lines (104 loc) 2.59 kB
declare const _default: __VLS_WithTemplateSlots< import('vue').DefineComponent< { modelValue: (NumberConstructor | StringConstructor | BooleanConstructor)[] shape: { type: import('vue').PropType<import('../wd-radio/types').RadioShape> default: import('../wd-radio/types').RadioShape } checkedColor: StringConstructor disabled: { type: BooleanConstructor default: boolean } cell: { type: BooleanConstructor default: boolean } size: { type: import('vue').PropType<string> default: string } inline: { type: BooleanConstructor default: boolean } 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: (NumberConstructor | StringConstructor | BooleanConstructor)[] shape: { type: import('vue').PropType<import('../wd-radio/types').RadioShape> default: import('../wd-radio/types').RadioShape } checkedColor: StringConstructor disabled: { type: BooleanConstructor default: boolean } cell: { type: BooleanConstructor default: boolean } size: { type: import('vue').PropType<string> default: string } inline: { type: BooleanConstructor default: boolean } 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 }, { customStyle: string customClass: string shape: import('../wd-radio/types').RadioShape disabled: boolean size: string cell: boolean inline: boolean }, {} >, { default?(_: {}): any } > export default _default type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S } }