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 | optional Children | |
| name | string | |
| refkey | optional Refkey | Refkey[] |