Declaration
import { Declaration } from "@alloy-js/csharp";
<Declaration name="string" refkey={core.Refkey}> {children}</Declaration>
import { Declaration } from "@alloy-js/csharp/stc";
Declaration({ name: string, refkey: core.Refkey }).children(children)
Props
children | optionalChildren |
name | string |
refkey | optionalRefkey |