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