type alias BadgeSize

Definition

"xs" | "sm" | "md" | "lg"

Usage

import { type BadgeSize } from ".";