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.

7 lines (6 loc) 270 B
export declare const useFormElementActions: (formElementId: string) => { removeElement: () => void; copyElement: () => void; swapElement: (groupID: string) => (indexA: number, indexB: number) => void; transferElement: (groupId: string) => void; };