UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

17 lines (16 loc) 472 B
import { Theme } from "@skbkontur/react-ui/lib/theming/Theme"; export declare const baseSize = 5; export declare const jsStyles: { commonLayout(t: Theme): string; withArrow(): string; topRightTools(): string; headerContent(): string; headerTitle(): string; content(): string; headerWrapper(): string; header(): string; borderBottom(t: Theme): string; backLink(): string; backLinkIcon(t: Theme): string; loader(): string; };