@bootstrap-styled/ra-ui
Version:
UI components for react-admin
35 lines (30 loc) • 1.29 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
var _default = function _default(_ref) {
var addLabel = _ref.addLabel,
allowEmpty = _ref.allowEmpty,
basePath = _ref.basePath,
cellClassName = _ref.cellClassName,
className = _ref.className,
formClassName = _ref.formClassName,
headerClassName = _ref.headerClassName,
label = _ref.label,
linkType = _ref.linkType,
locale = _ref.locale,
record = _ref.record,
resource = _ref.resource,
sortable = _ref.sortable,
sortBy = _ref.sortBy,
source = _ref.source,
textAlign = _ref.textAlign,
translateChoice = _ref.translateChoice,
rest = (0, _objectWithoutProperties2.default)(_ref, ["addLabel", "allowEmpty", "basePath", "cellClassName", "className", "formClassName", "headerClassName", "label", "linkType", "locale", "record", "resource", "sortable", "sortBy", "source", "textAlign", "translateChoice"]);
return rest;
};
exports.default = _default;
module.exports = exports.default;