UNPKG

@tplc/wot

Version:

50 lines (49 loc) 953 B
declare const _default: __VLS_WithTemplateSlots< import('vue').DefineComponent< { 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<{ customStyle: { type: import('vue').PropType<string> default: string } customClass: { type: import('vue').PropType<string> default: string } }> >, { customStyle: string customClass: string }, {} >, { default?(_: {}): any } > export default _default type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S } }