UNPKG

@radix-ui/themes

Version:

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

17 lines (16 loc) 342 B
declare const quotePropDefs: { wrap: { type: "enum"; className: string; values: readonly ["wrap", "nowrap", "pretty", "balance"]; responsive: true; }; truncate: { type: "boolean"; className: string; }; asChild: { type: "boolean"; }; }; export { quotePropDefs };