@matthew.ngo/react-form-kit
Version:
Form Kit for React. It consists of a set of components that can be used to create complex forms in a simple and declarative way.
7 lines (6 loc) • 342 B
TypeScript
import React from 'react';
import { DraggableListProps } from './types';
export declare const DraggableList: {
({ items, onReorder, renderItem, dragHandle, className, style, ariaLabel, ariaDescribedby, ariaInvalid, ariaRequired, ariaDisabled, role, tabIndex, testId, }: DraggableListProps): React.JSX.Element;
displayName: string;
};