1 2 3 4
import { createContext } from 'preact'; import type { PocketBase } from 'pocketbase'; export const Pb = createContext<PocketBase>();