UNPKG

@tanstack/solid-db

Version:

Solid integration for @tanstack/db

5 lines (4 loc) 163 B
export * from './useLiveQuery.js'; export * from '@tanstack/db'; export type { Collection } from '@tanstack/db'; export { createTransaction } from '@tanstack/db';