UNPKG

@tplc/wot

Version:

114 lines (113 loc) 3.02 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 } iconPlacement: { type: import('vue').PropType<import('../wd-radio/types').RadioIconPlacement> default: import('../wd-radio/types').RadioIconPlacement } 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 } iconPlacement: { type: import('vue').PropType<import('../wd-radio/types').RadioIconPlacement> default: import('../wd-radio/types').RadioIconPlacement } 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 }, { size: string customStyle: string customClass: string shape: import('../wd-radio/types').RadioShape disabled: boolean cell: boolean inline: boolean iconPlacement: import('../wd-radio/types').RadioIconPlacement }, {} >, { default?(_: {}): any } > export default _default type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S } }