UNPKG

ra-core

Version:

Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React

8 lines 386 B
import * as React from 'react'; export declare const PreferenceKeyContext: React.Context<string | null>; export declare const PreferenceKeyContextProvider: ({ value, children, }: { value?: string | null | undefined; children: React.ReactNode; }) => React.JSX.Element; export declare const usePreferenceKey: () => string | null; //# sourceMappingURL=PreferenceKeyContext.d.ts.map