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 | optionalChildren |
| jsValue | optionalunknown |
| value | optionalChildren |