UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

9 lines (8 loc) 230 B
import React from "react"; interface StackTraceProps { caption: string; trace: string; onCopy(): void; } export declare const StackTrace: ({ caption, trace, onCopy }: StackTraceProps) => React.ReactElement; export {};