feat(website): show examples on constructors (#10856)

* feat(website): show examples on constructors

* fix: lint

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Qjuh
2025-04-27 02:48:18 +02:00
committed by GitHub
parent a4f3a2574d
commit d32aacd14c
2 changed files with 7 additions and 1 deletions

View File

@@ -93,7 +93,7 @@ export async function DocItem({
<Outline node={node} />
{node.constructor?.parametersString ? <ConstructorNode node={node.constructor} version={version} /> : null}
{node.constructor ? <ConstructorNode node={node.constructor} version={version} /> : null}
{node.typeParameters?.length ? (
<div className="flex flex-col gap-4">