UNPKG

rfa

Version:

**React Form Architect** is an ultimate solution for creating and rendering forms in React. Its main focus is to provide users with a tool to define, render and share a form in a browser.

9 lines (6 loc) 184 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./rfa.cjs.production.min.js') } else { module.exports = require('./rfa.cjs.development.js') }