UNPKG

@extclp/vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

7 lines (6 loc) 315 B
import { default as TabPanel } from '../tabs/tab-panel.vue'; import { ComponentPublicInstance } from 'vue'; export { TabPanel }; export { tabPanelProps } from '../tabs/props'; export type TabPanelExposed = ComponentPublicInstance & InstanceType<typeof TabPanel>; export type { TabPanelProps } from '../tabs/props';