tldraw/packages/tlsync-client/api-report.md
Steve Ruiz 0bc397c946
[minor] Mark tlsync-client internal APIs (#1481)
This PR marks internal APIs as internal in `tlsync-client`.

### Change Type

- [x] `major` — Breaking Change

### Release Notes

- Removes internal APIs from `@tldraw/tlsync-client`
2023-05-27 16:18:32 +00:00

901 B

API Report File for "@tldraw/tlsync-client"

Do not edit this file. It is a report generated by API Extractor.


import { SyncedStore } from '@tldraw/editor';
import { TldrawEditorConfig } from '@tldraw/editor';
import { TLInstanceId } from '@tldraw/editor';

// @public (undocumented)
export const DEFAULT_DOCUMENT_NAME: any;

// @public
export function hardReset({ shouldReload }?: {
    shouldReload?: boolean | undefined;
}): Promise<void>;

// @public (undocumented)
export const STORE_PREFIX = "TLDRAW_DOCUMENT_v2";

// @public (undocumented)
export const TAB_ID: TLInstanceId;

// @public
export function useLocalSyncClient({ universalPersistenceKey, instanceId, config, }: {
    universalPersistenceKey: string;
    instanceId: TLInstanceId;
    config: TldrawEditorConfig;
}): SyncedStore;

// (No @packageDocumentation comment for this package)