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 22124c7 commit da6d3caCopy full SHA for da6d3ca
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@idapgroup/react-image-annotate",
3
- "version": "2.0.4",
+ "version": "2.0.6",
4
"type": "module",
5
"main": "dist/react-image-annotate.js",
6
"types": "dist/lib.d.ts",
src/lib.tsx
@@ -4,7 +4,13 @@ import Annotator from "./Annotator";
// re-export types
export type { AnnotatorProps } from "./Annotator";
7
-export type { MainLayoutState, AnnotatorToolEnum } from "./MainLayout/types.ts";
+export type {
8
+ MainLayoutState,
9
+ MainLayoutImageAnnotationState,
10
+ MainLayoutVideoAnnotationState,
11
+ MainLayoutStateBase,
12
+ AnnotatorToolEnum,
13
+} from "./MainLayout/types";
14
15
export { Annotator };
16
0 commit comments