@tanstack/solid-db
Version:
Solid integration for @tanstack/db
10 lines (7 loc) • 303 B
text/typescript
// Re-export all public APIs
export * from './useLiveQuery'
// 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'