UNPKG

react-imported-component

Version:
10 lines (9 loc) 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.configure = void 0; /** * provides react-imported-component configuration * @param {ImportedConfiguration} config */ var configure = function (config) { return config; }; exports.configure = configure;