UNPKG

react-nepali-datetime

Version:

React components for a Nepali DateTime picker, built on top of nepali-datetime.

3 lines (2 loc) 110 B
import { LOCALE_EN, LOCALE_NE } from './constants'; export type Locale = typeof LOCALE_EN | typeof LOCALE_NE;