@tanstack/react-db
Version:
React integration for @tanstack/db
13 lines (10 loc) • 417 B
text/typescript
// Re-export all public APIs
export * from './useLiveQuery'
export * from './useLiveSuspenseQuery'
export * from './usePacedMutations'
export * from './useLiveInfiniteQuery'
// Re-export everything from @tanstack/db
export * from '@tanstack/db'
// Re-export some stuff explicitly to ensure the type & value is exported
export type { Collection } from '@tanstack/db'
export { createTransaction } from '@tanstack/db'