UNPKG

next-pocketbase-auth

Version:

Wrapper for Next.js applications using PocketBase, with support for both client and server components

4 lines (3 loc) 180 B
import { CookieOptions } from "../types"; import { SyncAuthStore } from "./sync-auth-store"; export declare function clientAuthStore(cookieOptions?: CookieOptions): SyncAuthStore;