UNPKG

bknd

Version:

Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, React Router, Astro, Cloudflare, Bun, Node, AWS Lambda & more.

10 lines (9 loc) 311 B
export declare const JsonViewer: ({ json, title, expand, showSize, showCopy, copyIconProps, className, }: { json: object; title?: string; expand?: number; showSize?: boolean; showCopy?: boolean; copyIconProps?: any; className?: string; }) => import("react/jsx-runtime").JSX.Element;