You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
469 B
14 lines
469 B
2 months ago
|
import Tabs from './src/tabs';
|
||
|
import TabPane from './src/tab-pane.vue';
|
||
|
import type { SFCWithInstall } from 'element-plus/es/utils';
|
||
|
export declare const ElTabs: SFCWithInstall<typeof Tabs> & {
|
||
|
TabPane: typeof TabPane;
|
||
|
};
|
||
|
export declare const ElTabPane: SFCWithInstall<typeof TabPane>;
|
||
|
export default ElTabs;
|
||
|
export * from './src/tabs';
|
||
|
export * from './src/tab-bar';
|
||
|
export * from './src/tab-nav';
|
||
|
export * from './src/tab-pane';
|
||
|
export * from './src/constants';
|