bknd
Version:
Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, React Router, Astro, Cloudflare, Bun, Node, AWS Lambda & more.
18 lines (17 loc) • 503 B
TypeScript
import type { ContextModalProps } from "@mantine/modals";
export declare function TestModal({ context, id, innerProps }: ContextModalProps<{
modalBody: string;
}>): import("react/jsx-runtime").JSX.Element;
export declare namespace TestModal {
var defaultTitle: string;
var modalProps: {
classNames: {
size: string;
root: string;
header: string;
content: string;
title: string;
body: string;
};
};
}