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