Skip to content

Commit

Permalink
Silence TypeScript warning in dialog-polyfill (#2714)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer authored Oct 9, 2024
1 parent ff5d085 commit 14643b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/circuit-ui/vendor/dialog-polyfill/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @type {Object}
*/
const dialogPolyfill = {};

// This condition assures imports don't break for isomorphic scripts,
Expand Down

0 comments on commit 14643b2

Please sign in to comment.