UNPKG

infrastructure-components

Version:

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

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