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 • 346 B
TypeScript
import * as React from 'react';
import { type InputProps } from "../form/useInput.js";
import { type ChoicesProps } from "../form/choices/useChoices.js";
export declare const AutocompleteInput: (props: Partial<InputProps> & Partial<ChoicesProps> & {
multiple?: boolean;
}) => React.JSX.Element;
//# sourceMappingURL=AutocompleteInput.d.ts.map