mui-simple
Version:
Override mui-v7 components to simplify usage
7 lines • 298 B
TypeScript
import React from 'react';
import type { PropsWithChildren } from 'react';
import type { SVGIconProps } from '../../decs';
declare const SVGIcon: React.FC<PropsWithChildren<SVGIconProps>>;
export type { SVGIconProps } from '../../decs';
export default SVGIcon;
//# sourceMappingURL=SVGIcon.d.ts.map