UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

7 lines 208 B
import * as React from 'react'; import { TreeViewItemId } from "../models/index.js"; export interface TreeItemProviderProps { children: React.ReactNode; itemId: TreeViewItemId; id: string | undefined; }