We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33ae0f commit 6443ac2Copy full SHA for 6443ac2
packages/skia/src/specs/NativeSkiaModule.web.ts
@@ -1,3 +1,4 @@
1
+/* eslint-disable import/no-anonymous-default-export */
2
import type { SkRect } from "../skia/types";
3
import type { ISkiaViewApi } from "../views/types";
4
import type { SkiaPictureView } from "../views/SkiaPictureView.web";
@@ -36,3 +37,6 @@ global.SkiaViewApi = {
36
37
});
38
},
39
} as ISkiaViewApiWeb;
40
+
41
+// eslint-disable-next-line import/no-default-export
42
+export default {};
0 commit comments