UNPKG

ethiopian-date-picker-and-converter

Version:

A React component library for converting and picking Ethiopian dates.

9 lines (8 loc) 294 B
import React from 'react'; interface EthiopianDateConverterProps { onDateChange?: (ethiopianDate: string) => void; placeholder?: string; className?: string; } export declare const EthiopianDateConverter: React.FC<EthiopianDateConverterProps>; export default EthiopianDateConverter;