type alias StatCardVariant

Definition

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

Usage

import { type StatCardVariant } from ".";