mui-simple
Version:
Override mui components to simplify usage
12 lines • 977 B
TypeScript
import React from 'react';
import { TreeViewProps } from '@mui/lab';
import { TreeItem as MuiTreeItem } from '@mui/lab';
export declare const TreeView: React.FC<TreeViewProps & {
maxWidth?: string | number;
height?: string | number;
}>;
export declare const TreeItem: typeof MuiTreeItem;
export declare const LabelIconTreeItemStyled: import("@emotion/styled").StyledComponent<import("@mui/lab").TreeItemProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
export declare const IndentBorderTreeItemStyled: import("@emotion/styled").StyledComponent<import("@mui/lab").TreeItemProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
export declare const TreeItemStyled: import("@emotion/styled").StyledComponent<import("@mui/lab").TreeItemProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
//# sourceMappingURL=TreeView.styled.d.ts.map