Skip to content

Commit

Permalink
fix npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
PPpro committed Sep 19, 2023
1 parent a8e7a48 commit 38c15c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pal/env/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export function findCanvas (): { frame: HTMLDivElement, container: HTMLDivElement, canvas: HTMLCanvasElement };
export function loadJsFile (path: string): Promise<void>;
export declare function findCanvas (): { frame: HTMLDivElement, container: HTMLDivElement, canvas: HTMLCanvasElement };
export declare function loadJsFile (path: string): Promise<void>;

0 comments on commit 38c15c8

Please sign in to comment.