UNPKG

@teamsparta/stack-chip

Version:
5 lines (3 loc) 112 B
type ChipSize = "sm" | "md" | "lg"; type ChipVariant = "fill" | "line"; export type { ChipSize, ChipVariant };