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