UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

7 lines (6 loc) 233 B
import { useThemeProps } from '@mui/material/styles'; export { styled } from '@mui/material/styles'; // eslint-disable-next-line @typescript-eslint/no-unused-vars export function createUseThemeProps(name) { return useThemeProps; }