UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

6 lines (4 loc) 159 B
var convert = require('./convert'), func = convert('findKey', require('../findKey')); func.placeholder = require('./placeholder'); module.exports = func;