UNPKG

@radix-ui/themes

Version:

[![Radix Themes Logo](https://radix-ui.com/social/themes.png)](https://radix-ui.com/themes)

10 lines 262 B
declare const weightPropDef: { weight: { type: "enum"; className: string; values: readonly ["light", "regular", "medium", "bold"]; responsive: true; }; }; export { weightPropDef }; //# sourceMappingURL=weight.prop.d.ts.map