UNPKG

bknd

Version:

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

26 lines (25 loc) 766 B
import type { ContextModalProps } from "@mantine/modals"; import { type FileState } from "../../../ui/elements"; export type MediaInfoModalProps = { file: FileState; }; export declare function MediaInfoModal({ context, id, innerProps: { file }, }: ContextModalProps<MediaInfoModalProps>): import("react/jsx-runtime").JSX.Element; export declare namespace MediaInfoModal { var defaultTitle: undefined; var modalProps: { withCloseButton: boolean; size: string; centered: boolean; styles: { content: { overflowY: string; }; }; classNames: { root: string; content: string; title: string; body: string; }; }; }