UNPKG

element-pro-components

Version:

a component library for Vue 3 base on element-plus

7 lines (6 loc) 226 B
import Tabs from './Tabs'; import type { IDefinePlugin } from '../types/index'; export * from './useTabs'; export { tabsProps } from './props'; export * from './type'; export declare const ProTabs: IDefinePlugin<typeof Tabs>;