UNPKG

habesha-datepicker

Version:

An Ethiopian date picker component designed for React applications.

8 lines (7 loc) 200 B
import React from "react"; type EthiopianDaysListProps = { month: number; year: number; }; declare const EthiopianDaysList: React.FC<EthiopianDaysListProps>; export default EthiopianDaysList;