UNPKG

@nodeject/ui-components

Version:

UI library for non-trivial components

7 lines (6 loc) 197 B
import * as React from 'react'; import { ListType } from './dtos'; export interface DragDropListProps { data: ListType; } export declare const DragNDropList: React.FC<DragDropListProps>;