UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

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