UNPKG

nepali-date-selector

Version:
8 lines (6 loc) 239 B
import { ConfigState, ConfigValue } from './ConfigTypes'; declare const useConfig: () => { setConfig: (key: keyof ConfigState, value: ConfigValue) => void; getConfig: <T>(key: keyof ConfigState) => T; }; export default useConfig;