UNPKG

@tanstack/db-collections

Version:

A collection for (aspirationally) every way of loading your data

5 lines (4 loc) 548 B
export { electricCollectionOptions, type ElectricCollectionConfig, type ElectricCollectionUtils, type Txid, } from './electric.cjs'; export { queryCollectionOptions, type QueryCollectionConfig, type QueryCollectionUtils, } from './query.cjs'; export { localStorageCollectionOptions, type LocalStorageCollectionConfig, type LocalStorageCollectionUtils, type StorageApi, type StorageEventApi, } from './local-storage.cjs'; export { localOnlyCollectionOptions, type LocalOnlyCollectionConfig, type LocalOnlyCollectionUtils, } from './local-only.cjs';