UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS

16 lines (15 loc) 511 B
import { a as Variants } from "./Typography.constants-InwYZPhR.js"; //#region src/components/Avatar/Avatar.constants.d.ts declare const GROUP_NAME = "avatar"; declare enum Sizes { S = "s", M = "m", L = "l", XL = "xl", Fluid = "fluid" } declare const DEFAULT_SIZE = Sizes.M; declare const sizeToTypographyVariant: Record<Sizes, `${Variants}`>; //#endregion export { sizeToTypographyVariant as i, GROUP_NAME as n, Sizes as r, DEFAULT_SIZE as t }; //# sourceMappingURL=Avatar.constants-Dsr0AY7b.d.ts.map