Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ui-component-library / dist / inputs / TextBox / deps / toPassThroughProps.js
Size: Mime:
"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