UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

8 lines (7 loc) 265 B
import { type ReactElement } from "react"; interface DownloadLimitModalProps { countLimit: number; onDownloadAbort: () => void; } export declare function DownloadLimitModal({ countLimit, onDownloadAbort }: DownloadLimitModalProps): ReactElement; export {};