UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

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