Re-export type

This commit is contained in:
Andras Schmelczer 2025-11-22 11:46:30 +00:00
parent 61c1433f12
commit 2785a7dd98
2 changed files with 1 additions and 1 deletions

View file

@ -28,6 +28,7 @@ export type { NetworkConnectionStatus } from "./types/network-connection-status"
export type { MaybeOutdatedClientCursors } from "./types/maybe-outdated-client-cursors";
export { DocumentSyncStatus } from "./types/document-sync-status";
export { SyncClient } from "./sync-client";
export type { TextWithCursors, CursorPosition } from "reconcile-text";
export const debugging = {
slowFetchFactory,