UNPKG

mui-simple

Version:

Override mui-v7 components to simplify usage

6 lines 274 B
import React from 'react'; export declare function withTreeViewItem(Component: any, TreeItemComponent?: any, externalItemProps?: any): ({ children, ...props }: { [x: string]: any; children: any; }) => React.JSX.Element; //# sourceMappingURL=withTreeViewItem.d.ts.map