UNPKG

roko-date-picker

Version:
5 lines (4 loc) 113 B
import { FC } from "react"; type Props = {}; declare const CurrentMonth: FC<Props>; export default CurrentMonth;