Skip to content

Commit

Permalink
fix(types): export Region type (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjae-lee authored Feb 14, 2024
1 parent 5369351 commit 8cded26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/session/types/Region.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { Region } from '@storyblok/region-helper'

export type { Region }
1 change: 1 addition & 0 deletions src/session/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './AppSessionCookieStoreFactory'
export * from './AppSessionKeys'
export * from './AppSession'
export * from './AppSessionStore'
export * from './Region'

0 comments on commit 8cded26

Please sign in to comment.