UNPKG

@radix-ui/themes

Version:

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

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