Skip to content

Commit

Permalink
Merge pull request #62 from sqwarellc/patch-1
Browse files Browse the repository at this point in the history
Update svg.filter.js.d.ts
  • Loading branch information
Fuzzyma authored Mar 18, 2023
2 parents eb3bc1f + 1366506 commit 6dcc97d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions svg.filter.js.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ declare module "@svgdotjs/svg.js" {
}

interface LightEffects {
distandLight (attr?: Object | SVGFEDistantLightElement): DistantLight
distantLight (attr?: Object | SVGFEDistantLightElement): DistantLight
pointLight (attr?: Object | SVGFEPointLightElement): PointLight
spotLight (attr?: Object | SVGFESpotLightElement): SpotLight
}
Expand Down Expand Up @@ -153,7 +153,7 @@ declare module "@svgdotjs/svg.js" {
constructor (node: SVGFEDiffuseLightingElement)
constructor (attr: Object)

distandLight (attr?: Object | SVGFEDistantLightElement): DistantLight
distantLight (attr?: Object | SVGFEDistantLightElement): DistantLight
pointLight (attr?: Object | SVGFEPointLightElement): PointLight
spotLight (attr?: Object | SVGFESpotLightElement): SpotLight
}
Expand Down Expand Up @@ -207,7 +207,7 @@ declare module "@svgdotjs/svg.js" {
constructor (node: SVGFESpecularLightingElement)
constructor (attr: Object)

distandLight (attr?: Object | SVGFEDistantLightElement): DistantLight
distantLight (attr?: Object | SVGFEDistantLightElement): DistantLight
pointLight (attr?: Object | SVGFEPointLightElement): PointLight
spotLight (attr?: Object | SVGFESpotLightElement): SpotLight
}
Expand Down

0 comments on commit 6dcc97d

Please sign in to comment.