UNPKG

@radix-ui/themes

Version:

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

12 lines (9 loc) 305 B
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 };