UNPKG

naive-ui

Version:

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

9 lines (8 loc) 434 B
export type { TabsInst } from './src/interface'; export type * from './src/public-types'; export { default as NTab, tabProps } from './src/Tab'; export type { TabProps } from './src/Tab'; export { default as NTabPane, tabPaneProps } from './src/TabPane'; export type { TabPaneProps, TabPaneSlots } from './src/TabPane'; export { default as NTabs, tabsProps } from './src/Tabs'; export type { TabsProps, TabsSlots } from './src/Tabs';