UNPKG

@radix-ui/themes

Version:

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

11 lines (10 loc) 285 B
declare const asChildPropDef: { /** * Composes the component into its immediate child instead of rendering its own HTML element. * You’ll have to provide a single React Element child. */ asChild: { type: "boolean"; }; }; export { asChildPropDef };