Skip to content

Commit

Permalink
fix(worker): update *?worker declaration (#2754)
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Payne committed Dec 16, 2020
1 parent adf9c93 commit 7b96ada
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/declarations/stencil-ext-modules.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ declare module '*.vert' {

declare module '*?worker' {
export const worker: Worker;
export const fileName: string;
export const workerMsgId: string;
export const workerName: string;
export const workerPath: string;
}

declare module '*?format=url' {
Expand Down

0 comments on commit 7b96ada

Please sign in to comment.