UNPKG

mui-simple

Version:

Override mui-v7 components to simplify usage

13 lines 1.21 kB
import React from 'react'; import { SimpleTreeViewProps as TreeViewProps } from '@mui/x-tree-view'; export declare const TreeView: React.FC<TreeViewProps<any> & { maxWidth?: string | number; height?: string | number; }>; export declare const TreeItem: ((props: import("@mui/x-tree-view").TreeItemProps & React.RefAttributes<HTMLLIElement>) => React.JSX.Element) & { propTypes?: any; }; export declare const LabelIconTreeItemStyled: import("@emotion/styled").StyledComponent<import("@mui/x-tree-view").TreeItemProps & React.RefAttributes<HTMLLIElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; export declare const IndentBorderTreeItemStyled: import("@emotion/styled").StyledComponent<import("@mui/x-tree-view").TreeItemProps & React.RefAttributes<HTMLLIElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; export declare const TreeItemStyled: import("@emotion/styled").StyledComponent<import("@mui/x-tree-view").TreeItemProps & React.RefAttributes<HTMLLIElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; //# sourceMappingURL=TreeView.styled.d.ts.map