DocSeeAlso
import { DocSeeAlso } from "@alloy-js/csharp";
<DocSeeAlso cref="string" href="string"> {children}</DocSeeAlso>
import { DocSeeAlso } from "@alloy-js/csharp/stc";
DocSeeAlso({ cref: string, href: string }).children(children)
children | optionalChildren |
cref | optionalstring |
href | optionalstring |