Skip to content

Commit

Permalink
fix exported type
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed Aug 11, 2020
1 parent a9a4ea4 commit ddf9a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ declare global {
/**
* If used as ESM, then we export the type of "DialogPolyfillType" as the default type.
*/
export default DialogPolyfill;
export default DialogPolyfillType;

0 comments on commit ddf9a02

Please sign in to comment.