UNPKG

ra-core

Version:

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

7 lines 289 B
import { ReactNode } from 'react'; import { ChoicesContextValue } from './ChoicesContext'; export declare const ChoicesContextProvider: ({ children, value, }: { children: ReactNode; value: ChoicesContextValue; }) => JSX.Element; //# sourceMappingURL=ChoicesContextProvider.d.ts.map