Expose sync status per file
This commit is contained in:
parent
c9bf983f95
commit
8b22549f5e
4 changed files with 26 additions and 7 deletions
|
|
@ -15,5 +15,6 @@ export type {
|
|||
} from "./file-operations/filesystem-operations";
|
||||
export type { PersistenceProvider } from "./persistence/persistence";
|
||||
|
||||
export type { NetworkConnectionStatus } from "./sync-client";
|
||||
export type { NetworkConnectionStatus } from "./types/network-connection-status";
|
||||
export { DocumentUpdateStatus } from "./types/document-update-status";
|
||||
export { SyncClient } from "./sync-client";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue