@radix-ui/themes
Version:
[](https://radix-ui.com/themes)
17 lines • 386 B
TypeScript
declare const strongPropDefs: {
wrap: {
type: "enum";
className: string;
values: readonly ["wrap", "nowrap", "pretty", "balance"];
responsive: true;
};
truncate: {
type: "boolean";
className: string;
};
asChild: {
type: "boolean";
};
};
export { strongPropDefs };
//# sourceMappingURL=strong.props.d.ts.map