UNPKG

@radix-ui/themes

Version:

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

10 lines (7 loc) 208 B
import { asChildPropDef, textWrapPropDef, truncatePropDef } from '../props/index.js'; const strongPropDefs = { ...asChildPropDef, ...truncatePropDef, ...textWrapPropDef, }; export { strongPropDefs };