UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

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