accepts children
import DocsLink from '@fuzdev/fuz_ui/DocsLink.svelte'; reference
type
stringhash?
URL fragment to append, with or without the #.
type
stringoptional
display_text?
type
stringoptional
a_attrs?
Anchor attributes, applied only when the reference resolves to a declaration or module link.
type
HTMLAnchorAttributesoptional
code_attrs?
Code attributes, applied only to the fallback <code> when the reference doesn't resolve.
type
HTMLAttributes<HTMLElement>optional
children?
type
Snippet<[Declaration | undefined, Module | undefined]>optional
snippet parameters
arg0 Declaration | undefinedarg1 Module | undefinedintersects
OmitStrict<HTMLAttributes<HTMLElement>, 'children'>