Expose sync status per file

This commit is contained in:
Andras Schmelczer 2025-05-11 22:24:43 +01:00
commit 8b22549f5e
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 26 additions and 7 deletions

View file

@ -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";