Skip to content

Commit d14abfa

Browse files
committed
feat: added more type exports
1 parent 8577eb1 commit d14abfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export * from "./lib/state/constants"
1313
export * from "./lib/state/persistance/adapters/createLocalforageAdapter"
1414
export * from "./lib/state/persistance/adapters/createLocalStorageAdapter"
1515
export * from "./lib/state/persistance/usePersistSignals"
16+
export { type SignalPersistenceConfig } from "./lib/state/persistance/types"
1617

1718
// utils
1819
export * from "./lib/utils/useUnmountObservable"

0 commit comments

Comments
 (0)