UNPKG

react-nepali-datepicker-bs

Version:

Nepali Datepicker (Bikram Sambat) as a ReactJS component

8 lines (7 loc) 257 B
/// <reference types="react" /> import { ConfigAction, ConfigState } from "./ConfigTypes"; declare const ConfigContext: import("react").Context<{ dispatch: (action: ConfigAction) => void; state: ConfigState; }>; export default ConfigContext;