UNPKG

@radix-ui/themes

Version:

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

10 lines (9 loc) 221 B
declare const weightPropDef: { weight: { type: "enum"; className: string; values: readonly ["light", "regular", "medium", "bold"]; responsive: true; }; }; export { weightPropDef };