UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

4 lines (3 loc) 204 B
export type Size = "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl"; export declare const sizeToMaxWidthRecord: Record<Size, string>; export declare const sizes: string[];