UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

6 lines 247 B
import { TreeItemIconProps } from "./TreeItemIcon.types.js"; declare function TreeItemIcon(props: TreeItemIconProps): import("react/jsx-runtime").JSX.Element | null; declare namespace TreeItemIcon { var propTypes: any; } export { TreeItemIcon };