UNPKG

@nodeject/ui-components

Version:

UI library for non-trivial components

5 lines (4 loc) 200 B
import * as React from 'react'; import { UseDragDropListsProps } from './hooks'; export declare type DnDListsProps = UseDragDropListsProps; export declare const DnDLists: React.FC<DnDListsProps>;