Skip to content

Commit

Permalink
correct typescript rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzyma committed Jan 29, 2020
1 parent 01a627a commit d739a1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions svg.panzoom.js.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ interface options {

declare module "@svgdotjs/svg.js" {
interface Svg {
panZoom(options?: options): this
panZoom(false): this
panZoom(options?: options | false): this
}
}

0 comments on commit d739a1d

Please sign in to comment.