type alias AvatarSize

Definition

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

Usage

import { type AvatarSize } from ".";