UNPKG

nepali-date-selector

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