diff --git a/src/index.tsx b/src/index.tsx index ebea183..c4350e8 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -20,6 +20,6 @@ if (Sovran) { } else { console.warn(LINKING_ERROR); } -export { createStore, Store, Notify, Unsubscribe } from './store'; +export { createStore, type Store, type Notify, type Unsubscribe } from './store'; export { registerBridgeStore } from './bridge'; export * from './persistor';