Repository URL to install this package:
|
Version:
3.0.4 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const utils_1 = require("@skava/utils");
const fixture_1 = require("../fixture");
const autofixProps_1 = require("./autofixProps");
function toPassThroughProps(props, state) {
const remappedProps = utils_1.remapProps(fixture_1.inputPropTypes, props);
const propsNotInSupportedList = autofixProps_1.autofixProps(remappedProps, props);
return propsNotInSupportedList;
}
exports.toPassThroughProps = toPassThroughProps; //# sourceMappingURL=toPassThroughProps.js.map