type alias AlertVariant

Alert variants - semantic meaning

Definition

"info" | "success" | "warning" | "error"

Usage

import { type AlertVariant } from ".";