UNPKG

ethiopian-date-picker-and-converter

Version:

A React component library for converting and picking Ethiopian dates.

6 lines (5 loc) 351 B
import './components/style.css'; export { EthiopianDatePicker } from './components/EthiopianDatePicker'; export { EthiopianDateConverter } from './utils/EthiopianDateConverter'; export type { DatePickerProps, EthiopianDate, DateConverterResult } from './types'; export type { EthiopianDateObject, ReturnFormat } from './utils/EthiopianDateConverter';