@cafebazaar/emrooz
Version:
Emrooz is a multilingual calendar built for Vue3. It also supports both Shamsi (Persian / Jalali) and Gregorian (English) calendars.
7 lines (6 loc) • 663 B
TypeScript
import RangePicker from './RangePicker/index.vue';
import DatePicker from './DatePicker/index.vue';
import RangePickerInput from './RangePickerInput/index.vue';
import DatePickerInput from './DatePickerInput/index.vue';
import type { DatePickerInputProps, DatePickerProps, RangePickerInputProps, RangePickerProps } from './shared/types';
export { RangePicker as EMRangePicker, DatePicker as EMDatePicker, RangePickerInput as EMRangePickerInput, DatePickerInput as EMDatePickerInput, DatePickerInputProps as EMDatePickerInputProps, DatePickerProps as EMDatePickerProps, RangePickerInputProps as EMDRangePickerInputProps, RangePickerProps as EMRangePickerProps, };