upd (fw):

- correct types export
This commit is contained in:
2025-01-31 09:55:20 +00:00
parent a820e9896b
commit 78d1831bbc
3 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -1,3 +1,3 @@
export * from './browser'
export * from './client'
export * from './server'
export type * from './browser'
export type * from './client'
export type * from './server'