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 • 327 B
TypeScript
import * as React from 'react';
import { ReactNode } from 'react';
import { ChoicesContextValue } from './ChoicesContext';
export declare const ChoicesContextProvider: ({ children, value, }: {
children: ReactNode;
value: ChoicesContextValue;
}) => React.JSX.Element;
//# sourceMappingURL=ChoicesContextProvider.d.ts.map