UNPKG

mui-simple

Version:

Override mui-v7 components to simplify usage

16 lines 581 B
import React from 'react'; interface LabelIconTreeItemProps { bgColor?: string; color?: string; icon?: string | React.ReactNode | React.ReactElement; info?: string; label: string; } declare const LabelIconTreeItem: React.ForwardRefExoticComponent<React.PropsWithoutRef<LabelIconTreeItemProps> & React.RefAttributes<unknown>>; export default LabelIconTreeItem; export declare const LabelIconTreeItemIcons: { collapseIcon: React.JSX.Element; expandIcon: React.JSX.Element; endIcon: React.JSX.Element; }; //# sourceMappingURL=LabelIconTreeItem.d.ts.map