UNPKG

habesha-datepicker

Version:

An Ethiopian date picker component designed for React applications.

9 lines (8 loc) 252 B
import React from "react"; type EthiopianYearListProps = { startYear?: number; yearRange?: number; onYearClick: (year: number) => void; }; declare const EthiopianYearList: React.FC<EthiopianYearListProps>; export default EthiopianYearList;