UNPKG

ra-core

Version:

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

17 lines 675 B
var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; import * as React from 'react'; import { AutocompleteInput } from "./AutocompleteInput.js"; export var AutocompleteArrayInput = function (props) { return React.createElement(AutocompleteInput, __assign({}, props, { multiple: true })); }; //# sourceMappingURL=AutocompleteArrayInput.js.map