UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

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