@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
7 lines (6 loc) • 383 B
TypeScript
import { default as CalendarPanel } from '../calendar/calendar-panel.vue';
import { ComponentPublicInstance } from 'vue';
export { CalendarPanel };
export { calendarPanelProps } from '../calendar/props';
export type CalendarPanelExposed = ComponentPublicInstance & InstanceType<typeof CalendarPanel>;
export type { CalendarPanelProps, CalendarPanelCProps } from '../calendar/props';