/** * A t-shirt size. */ export type Size = "xs" | "sm" | "md" | "lg" | "xl"; //# sourceMappingURL=size.d.ts.map