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.

5 lines (4 loc) 170 B
export declare const useNameGenerator: () => { createName: (label: string, prefix?: string | undefined) => string; createNameById: (id: string) => string; };