UNPKG

react-nepali-datepicker-bs

Version:

Nepali Datepicker (Bikram Sambat) as a ReactJS component

5 lines (4 loc) 241 B
import { ConfigAction, ConfigState } from "./ConfigTypes"; export declare const initialState: ConfigState; declare const ConfigReducer: (state: ConfigState | undefined, action: ConfigAction) => ConfigState; export default ConfigReducer;