UNPKG

react-easy-diagram

Version:

<img src="https://github.com/tokarchyn/react-easy-diagram/blob/main/repo/logo-with-name.png?raw=true" alt="React Easy Diagram logo" height="50">

9 lines 381 B
import { CSSProperties } from 'react'; import { DragAndDropItemProps } from "./DragAndDropItem"; export interface DragAndDropContainerProps { items: DragAndDropItemProps[]; classes?: string[]; style?: CSSProperties; } export declare function DragAndDropContainer(props: DragAndDropContainerProps): JSX.Element; //# sourceMappingURL=DragAndDropContainer.d.ts.map