Skip to content

Commit

Permalink
fix: exporting all CV types
Browse files Browse the repository at this point in the history
  • Loading branch information
subhankar-trisetra committed May 18, 2023
1 parent 01fb3aa commit e1b9381
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencv-react-ts",
"version": "0.0.10",
"version": "0.0.11",
"description": "OpenCV react wrapper. Hooks first API.",
"author": "subho57",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable import/no-extraneous-dependencies */
export * from './lib/OpenCvProvider';
export * from './lib/useOpenCv';
// eslint-disable-next-line import/no-extraneous-dependencies
export type { CV } from 'mirada';
export * from 'mirada/dist/src/types/opencv';

0 comments on commit e1b9381

Please sign in to comment.