UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

6 lines 235 B
import type * as React from 'react'; import type { TreeViewItemsReorderingAction } from "../models/index.js"; export interface TreeItemDragAndDropOverlayProps { action?: TreeViewItemsReorderingAction; style?: React.CSSProperties; }