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.
8 lines (7 loc) • 420 B
TypeScript
export { FormRenderer } from './containers/form-renderer';
export { FormArchitect } from './containers/form-architect';
export { RfaSchemaTransferer } from './containers/rfa-schema-transferer';
export { Tree } from './components/tree/tree';
export type { FormSchemaType } from './store/store';
export type { FormElement } from './model';
export type { TreeNodeType } from './components/tree/tree-node/tree-node';