@radix-ui/themes
Version:
[](https://radix-ui.com/themes)
17 lines • 383 B
TypeScript
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 };
//# sourceMappingURL=quote.props.d.ts.map