// src/index.ts

export { createSyncedStore } from './createSyncedStore';
export { SyncedStore, SyncedStoreConfig } from './types';
