UNPKG

@tanstack/db-collections

Version:

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

24 lines (23 loc) 558 B
export { electricCollectionOptions, type ElectricCollectionConfig, type ElectricCollectionUtils, type Txid, } from "./electric" export { queryCollectionOptions, type QueryCollectionConfig, type QueryCollectionUtils, } from "./query" export { localStorageCollectionOptions, type LocalStorageCollectionConfig, type LocalStorageCollectionUtils, type StorageApi, type StorageEventApi, } from "./local-storage" export { localOnlyCollectionOptions, type LocalOnlyCollectionConfig, type LocalOnlyCollectionUtils, } from "./local-only"