diff --git a/package.json b/package.json index 6d07ccd..47185fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@psycle/repsycle", - "version": "0.0.16", + "version": "0.0.17", "description": "Psycle Research front-end toolkit", "author": "Psycle Research", "keywords": [ diff --git a/src/index.ts b/src/index.ts index 9cbd7b4..1ddad70 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,6 +11,7 @@ export type { ChangedElement, DrawZoneContainerProps, DrawZoneProps, + DrawZoneMode, SizeMode, DrawZoneState, } from './draw-zone'