nepali-date-selector
Version:
Nepali Date Selector
5 lines (4 loc) • 305 B
TypeScript
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;