UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

8 lines (7 loc) 368 B
export { default as NTabs, tabsProps } from './src/Tabs'; export type { TabsProps } from './src/Tabs'; export { default as NTabPane, tabPaneProps } from './src/TabPane'; export type { TabPaneProps } from './src/TabPane'; export { default as NTab, tabProps } from './src/Tab'; export type { TabProps } from './src/Tab'; export type { TabsInst } from './src/interface';