@fesjs/fes-design
Version:
fes-design for PC
13 lines (12 loc) • 511 B
TypeScript
import type { SFCWithInstall } from '../_util/interface';
import Tabs from './tabs';
import TabPane from './tab-pane.vue';
type TabsType = SFCWithInstall<typeof Tabs>;
type TabPaneType = SFCWithInstall<typeof TabPane>;
export { tabsProps } from './props';
export type { TabsProps } from './props';
export declare const FTabs: TabsType;
export { tabProps as tabPaneProps } from './props';
export type { TabProps as TabPaneProps } from './props';
export declare const FTabPane: TabPaneType;
export default FTabs;