UNPKG

tdesign-vue-next

Version:
6 lines (5 loc) 126 B
export type CalendarValue = string | Date; export interface CalendarRange { from: CalendarValue; to: CalendarValue; }