UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

13 lines (12 loc) 372 B
import { Theme } from "@skbkontur/react-ui/lib/theming/Theme"; export declare const jsStyles: { tableWrapper(): string; modalHeader(t: Theme): string; modalBody(t: Theme): string; header(): string; userMessage(): string; errorMessageWrap(): string; stackTraceContainer(): string; stackTrace(t: Theme): string; stackTraces(): string; };