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