Region
import { Region } from "@alloy-js/csharp";
<Region name="string"> {children}</Region>
import { Region } from "@alloy-js/csharp/stc";
Region({ name: string }).children(children)
children | Children |
name | string |
import { Region } from "@alloy-js/csharp";
<Region name="string"> {children}</Region>
import { Region } from "@alloy-js/csharp/stc";
Region({ name: string }).children(children)
children | Children |
name | string |