IIconButtonProps
@spartanfx/react / index / IIconButtonProps
Interface: IIconButtonProps
Props for IconButton. A drop-in for Fluent's IconButton: it accepts
the same IButtonProps surface (onClick, title, ariaLabel,
disabled, checked, menuProps, styles, className, …) but takes the
glyph as an in-house icon name instead of iconProps={{ iconName }}.
*
Extends
Omit<IButtonProps,"iconProps"|"onRenderIcon"|"menuIconProps"|"onRenderMenuIcon">