Skip to content

Commit

Permalink
dexie-cloud-addon: Export types and helpers
Browse files Browse the repository at this point in the history
(needed for custom GUI)
  • Loading branch information
dfahlander committed Oct 27, 2023
1 parent bd74c60 commit 241a76c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion addons/dexie-cloud/src/dexie-cloud-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,14 @@ export {
DBSyncedObject,
DBPermissionSet,
} from 'dexie-cloud-common';
export { resolveText } from './helpers/resolveText';
export { Invite } from './Invite';
export { UserLogin };
export type { UserLogin, DXCWebSocketStatus, SyncState };
export type { DexieCloudSyncOptions };
export type { DexieCloudOptions, PeriodicSyncOptions } from './DexieCloudOptions';
export * from './types/DXCAlert';
export * from './types/DXCInputField';
export * from './types/DXCUserInteraction';

const DEFAULT_OPTIONS: Partial<DexieCloudOptions> = {
nameSuffix: true,
Expand Down

0 comments on commit 241a76c

Please sign in to comment.