@xylabs/react-appbar
Version:
Common React library for all XY Labs projects that use React
8 lines • 296 B
TypeScript
import type { TypographyProps } from '@mui/material';
import type { ReactNode } from 'react';
import React from 'react';
export interface MenuIconProps extends TypographyProps {
icon?: ReactNode;
}
export declare const MenuIcon: React.FC<MenuIconProps>;
//# sourceMappingURL=MenuIcon.d.ts.map