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.

10 lines (9 loc) 266 B
import React from "react"; declare type DragSortableItemsProps = { id: string; index: number; swap: (a: number, b: number) => void; dndIndicator?: string; }; export declare const SortableWrapper: React.FC<DragSortableItemsProps>; export {};