UNPKG

@brightsoftware/date-np

Version:

Simple & minimal Nepali date picker that just works.

6 lines (5 loc) 163 B
type tmonthProps = { children: React.ReactNode; }; declare const Month: (props: tmonthProps) => import("react/jsx-runtime").JSX.Element; export default Month;