UNPKG

infrastructure-components

Version:

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

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