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