vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 402 B
TypeScript
import { default as Calendar } from './calendar.vue';
import { ComponentPublicInstance } from 'vue';
export { Calendar };
export { calendarProps } from './props';
export type CalendarExposed = ComponentPublicInstance & InstanceType<typeof Calendar>;
export type { CalendarProps, CalendarCProps } from './props';
export type { WeekIndex, MonthIndex, CalendarSlots, CalendarPanelSlots } from './symbol';