Skip to content

Commit

Permalink
temp: add library-declaration/next x??
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyauhalin committed Dec 9, 2024
1 parent 2b719dd commit d5ebc16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/library-declaration/lib/next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export class Declaration {
signature = new DeclarationSignature()
summary = ""
description = ""
properties: Fragment[] = []
parameters: Fragment[] = []
returns = new DeclarationReturns()
examples = ""
Expand All @@ -63,7 +62,6 @@ export class Fragment {
default = ""
example = ""
description = ""
properties: Fragment[] = []
}

export class FragmentSignature {
Expand Down

0 comments on commit d5ebc16

Please sign in to comment.