Skip to content

Commit a13ff37

Browse files
feat: add thumb layers to global testing types
1 parent 0cbf740 commit a13ff37

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

global.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ import Konva from 'konva';
33
declare global {
44
interface Window {
55
__TESTING_KONVA_LAYER__: Konva.Layer;
6+
__TESTING_KONVA_THUMB_LAYERS__: Konva.Layer[];
67
}
78
}

0 commit comments

Comments
 (0)