UNPKG

@lidick/mt-view

Version:

A MiniTool Component Library for Vue 3

89 lines (88 loc) 2.14 kB
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{ showTitle: { type: BooleanConstructor; required: true; default: boolean; }; titleType: { type: StringConstructor; required: false; default: string; }; tableList: { required: false; default: never[]; }; style: { required: false; default: { width: string; background: string; color: string; borderRadius: string; }; }; customClass: { type: StringConstructor; required: false; default: string; }; stripe: { type: StringConstructor; required: false; default: string; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ showTitle: { type: BooleanConstructor; required: true; default: boolean; }; titleType: { type: StringConstructor; required: false; default: string; }; tableList: { required: false; default: never[]; }; style: { required: false; default: { width: string; background: string; color: string; borderRadius: string; }; }; customClass: { type: StringConstructor; required: false; default: string; }; stripe: { type: StringConstructor; required: false; default: string; }; }>> & Readonly<{}>, { style: { width: string; background: string; color: string; borderRadius: string; }; titleType: string; tableList: never[]; customClass: string; stripe: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };