homehui
Version:
Vue3 二次封装基础组件文档
15 lines (14 loc) • 793 B
TypeScript
import { tabProps } from './tabs';
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<tabProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
tabsChange: (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<tabProps> & Readonly<{
onTabsChange?: ((...args: any[]) => any) | undefined;
}>, {
tabs: import('./tabs').itemProps[];
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Partial<Record<NonNullable<string | number>, (_: any) => any>> & Partial<Record<NonNullable<string | number>, (_: any) => any>> & Partial<Record<string, (_: {}) => any>>>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};