UNPKG

svelte-pocketbase-sync

Version:

A reactive wrapper for PocketBase collections and records in SvelteKit, allowing automatic updates and reactivity.

5 lines (4 loc) 265 B
import { CollectionRecord } from './pocketbase/CollectionRecord.svelte.js'; import { CollectionList } from './pocketbase/CollectionList.svelte.js'; import { pb, user } from './pocketbase/pocketbase.svelte.js'; export { CollectionRecord, CollectionList, pb, user };