Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit 6e6f16f

Browse files
authored
Fix/missing type (#17)
* fix: Missing type * v0.0.17
1 parent 365f8f5 commit 6e6f16f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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": "@psycle/repsycle",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "Psycle Research front-end toolkit",
55
"author": "Psycle Research",
66
"keywords": [

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export type {
1111
ChangedElement,
1212
DrawZoneContainerProps,
1313
DrawZoneProps,
14+
DrawZoneMode,
1415
SizeMode,
1516
DrawZoneState,
1617
} from './draw-zone'

0 commit comments

Comments
 (0)