Skip to content

Commit e1b9381

Browse files
fix: exporting all CV types
1 parent 01fb3aa commit e1b9381

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencv-react-ts",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "OpenCV react wrapper. Hooks first API.",
55
"author": "subho57",
66
"license": "MIT",

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1+
/* eslint-disable import/no-extraneous-dependencies */
12
export * from './lib/OpenCvProvider';
23
export * from './lib/useOpenCv';
3-
// eslint-disable-next-line import/no-extraneous-dependencies
4-
export type { CV } from 'mirada';
4+
export * from 'mirada/dist/src/types/opencv';

0 commit comments

Comments
 (0)