We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d28c224 + 3f501a3 commit 70633edCopy full SHA for 70633ed
src/lib/output/themes/default/partials/member.tsx
@@ -5,7 +5,8 @@ import { DeclarationReflection, ReferenceReflection } from "../../../../models";
5
import { anchorIcon } from "./anchor-icon";
6
7
export const member = (context: DefaultThemeRenderContext, props: DeclarationReflection) => (
8
- <section class={"tsd-panel tsd-member" + props.cssClasses} id={props.anchor}>
+ <section class={"tsd-panel tsd-member " + props.cssClasses}>
9
+ <a id={props.anchor} class="tsd-anchor"></a>
10
{!!props.name && (
11
<h3 class="tsd-anchor-link">
12
{renderFlags(props.flags)}
0 commit comments