UNPKG

@gzup/macaw-ui-4

Version:

Gzup's UI component library

4 lines (3 loc) 181 B
/// <reference types="react" /> import { SvgIconTypeMap } from "@material-ui/core/SvgIcon"; export declare type IconProps = SvgIconTypeMap["props"] & React.SVGProps<SVGSVGElement>;