@radix-ui/themes
Version:
[](https://radix-ui.com/themes)
11 lines • 328 B
TypeScript
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 };
//# sourceMappingURL=as-child.prop.d.ts.map