UNPKG

bknd

Version:

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

9 lines (8 loc) 289 B
export type CodePreviewProps = { code: string; className?: string; lang?: string; theme?: string; enabled?: boolean; }; export declare const CodePreview: ({ code, className, lang, theme: _theme, enabled, }: CodePreviewProps) => import("react/jsx-runtime").JSX.Element;