type alias IconButtonVariant

Icon button variants - mapped to action types

Definition

"default" | "info" | "warning" | "danger" | "success"

Usage

import { type IconButtonVariant } from ".";