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.

12 lines (11 loc) 321 B
import * as React from "react"; declare type Props = { value: string; label: string; number: number; id: string; index: number; swap: (a: number, b: number) => void; }; export declare const DraggableTag: React.ForwardRefExoticComponent<Props & React.RefAttributes<unknown>>; export {};