UNPKG

react-runtime-config

Version:

Provide a typesafe runtime configuration inside a react app

3 lines 255 B
import { Config, InjectedProps } from "./types"; export declare function createUseConfig<TSchema extends Record<string, Config>, Namespace extends string>(props: InjectedProps<TSchema, Namespace>): () => {}; //# sourceMappingURL=createUseConfig.d.ts.map