@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 323 B
TypeScript
import { default as Tabs } from './tabs.vue';
import { ComponentPublicInstance } from 'vue';
export { Tabs };
export { tabsProps } from './props';
export type TabsExposed = ComponentPublicInstance & InstanceType<typeof Tabs>;
export type { TabsProps, TabsCProps } from './props';
export type { TabsSlots } from './symbol';