type alias CardVariant

Definition

"default"
| "elevated"
| "outline"
| "ghost"

Usage

import { type CardVariant } from ".";