Repository URL to install this package:
|
Version:
4.0.76 ▾
|
import React from 'react';
import { MaterialIconProps, IconWrapperProps } from './typings';
declare const defaultRenderIcon: (props: MaterialIconProps) => JSX.Element;
declare const defaultWrapper: (props: MaterialIconProps, attributes: IconWrapperProps, icon: React.ReactNode) => JSX.Element;
export { defaultRenderIcon, defaultWrapper };