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 730 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sanitizeInputRestProps = void 0; const sanitizeInputRestProps = ({ afterSubmit, allowNull, alwaysOn, beforeSubmit, component, data, defaultValue, error, format, formatOnBlur, initializeForm, input, isEqual, isRequired, label, limitChoicesToValue, locale, meta, multiple, name, options, optionText, optionValue, parse, record, ref, refetch, render, resource, setFilter, setPagination, setSort, shouldUnregister, source, submitError, subscription, textAlign, translate, translateChoice, validate, validateFields, value, ...rest }) => rest; exports.sanitizeInputRestProps = sanitizeInputRestProps; //# sourceMappingURL=sanitizeInputRestProps.js.map