Skip to content

Commit

Permalink
temp: add site-library/next x2
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyauhalin committed Dec 9, 2024
1 parent b55a411 commit b80f933
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/site-library/lib/next.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ function Declaration(p: DeclarationProperties): JSX.Element {
<Heading for="Description" />
<Description>{d.description}</Description>
</>}
{d.properties.length !== 0 && <>
<Heading for="Properties" />
<Fragments fragments={d.properties} />
</>}
{d.parameters.length !== 0 && <>
<Heading for="Parameters" />
<Fragments fragments={d.parameters} />
Expand Down

0 comments on commit b80f933

Please sign in to comment.