UNPKG

rsuite

Version:

A suite of react components

8 lines (7 loc) 274 B
import { CustomValue } from '../CustomProvider/CustomProvider'; /** * A hook to get custom configuration of `<CustomProvider>` * @param keys */ declare function useCustom<T = any>(keys?: string | string[], overrideLocale?: any): CustomValue<T>; export default useCustom;