UNPKG

ra-core

Version:

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

6 lines 417 B
import { RaRecord } from '../../types'; import { ChoicesContextValue } from './ChoicesContext'; export declare const useChoicesContext: <ChoicesType extends RaRecord<import("../../types").Identifier> = RaRecord<import("../../types").Identifier>>(options?: Partial<ChoicesContextValue> & { choices?: ChoicesType[] | undefined; }) => ChoicesContextValue<ChoicesType>; //# sourceMappingURL=useChoicesContext.d.ts.map