Skip to content

Commit

Permalink
fix: add declare module to typings (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
hansottowirtz authored Feb 7, 2021
1 parent 46dcfd0 commit 8f1e1cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
declare module 'construct-style-sheets-polyfill';

interface CSSStyleSheet {
replace(text: string): Promise<CSSStyleSheet>;
replaceSync(text: string): void;
Expand Down

0 comments on commit 8f1e1cc

Please sign in to comment.