UNPKG

@tanstack/db-collections

Version:

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

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