UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

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