Repository URL to install this package:
Version:
0.9.6 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const state_tree_1 = require("@skava/modules/___dist/state-tree");
const _fixture_1 = require("../_fixture");
const autofixProps_1 = require("./autofixProps");
function toPassThroughProps(props, state) {
const remappedProps = state_tree_1.remapProps(_fixture_1.inputPropTypes, props);
const propsNotInSupportedList = autofixProps_1.autofixProps(remappedProps, props);
return propsNotInSupportedList;
}
exports.toPassThroughProps = toPassThroughProps;
//# sourceMappingURL=toPassThroughProps.js.map