UNPKG

@pit-front-end/components

Version:

湖南创智艾泰克科技有限公司

66 lines (65 loc) 2 kB
declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType<typeof __VLS_template>; declare const __VLS_component: import('vue').DefineComponent<{ readonly title: { readonly type: StringConstructor; readonly default: "标题"; }; readonly status: { readonly type: BooleanConstructor; readonly default: true; }; readonly el: { readonly type: ObjectConstructor; readonly default: () => {}; }; readonly isExpanded: { readonly type: BooleanConstructor; readonly default: true; }; readonly callback: { readonly type: FunctionConstructor; readonly default: () => void; }; }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{ readonly title: { readonly type: StringConstructor; readonly default: "标题"; }; readonly status: { readonly type: BooleanConstructor; readonly default: true; }; readonly el: { readonly type: ObjectConstructor; readonly default: () => {}; }; readonly isExpanded: { readonly type: BooleanConstructor; readonly default: true; }; readonly callback: { readonly type: FunctionConstructor; readonly default: () => void; }; }>>, { readonly title: string; readonly status: boolean; readonly el: Record<string, any>; readonly isExpanded: boolean; readonly callback: Function; }, {}>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };