ObjectSpreadProperty
import { ObjectSpreadProperty } from "@alloy-js/typescript";
<ObjectSpreadProperty jsValue={unknown} value={Children}> {children}</ObjectSpreadProperty>import { ObjectSpreadProperty } from "@alloy-js/typescript/stc";
ObjectSpreadProperty({ jsValue: unknown, value: Children }).children(children)| children | optional Children | |
| jsValue | optional unknown | |
| value | optional Children |