UNPKG

@tplc/wot

Version:

74 lines (73 loc) 1.52 kB
declare const _default: __VLS_WithTemplateSlots< import('vue').DefineComponent< { title: StringConstructor value: StringConstructor useSlot: { type: BooleanConstructor default: boolean } border: { 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, {}, string, import('vue').PublicProps, Readonly< import('vue').ExtractPropTypes<{ title: StringConstructor value: StringConstructor useSlot: { type: BooleanConstructor default: boolean } border: { type: BooleanConstructor default: boolean } customStyle: { type: import('vue').PropType<string> default: string } customClass: { type: import('vue').PropType<string> default: string } }> >, { customStyle: string customClass: string useSlot: boolean border: boolean }, {} >, { title?(_: {}): any value?(_: {}): any default?(_: {}): any } > export default _default type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S } }