type alias ToastVariant

Definition

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

Usage

import { type ToastVariant } from ".";