@radix-ui/themes
Version:
[](https://radix-ui.com/themes)
12 lines (9 loc) • 305 B
text/typescript
import { asChildPropDef } from '../props/as-child.prop.js';
import { textWrapPropDef } from '../props/text-wrap.prop.js';
import { truncatePropDef } from '../props/truncate.prop.js';
const strongPropDefs = {
...asChildPropDef,
...truncatePropDef,
...textWrapPropDef,
};
export { strongPropDefs };