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