UNPKG

@tanstack/svelte-db

Version:

Svelte integration for @tanstack/db

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