Skip to content

Commit

Permalink
fix(types): Export mediumZoom as ES module (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmsk authored and francoischalifour committed Jan 20, 2019
1 parent ad9ed4b commit ed45fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/medium-zoom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ declare function mediumZoom(
*/
declare function mediumZoom(options?: ZoomOptions): Zoom

export = mediumZoom
export default mediumZoom

0 comments on commit ed45fcb

Please sign in to comment.