type alias ButtonSize

Definition

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

Usage

import { type ButtonSize } from ".";