UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

11 lines (10 loc) 284 B
import { Theme } from "@skbkontur/react-ui/lib/theming/Theme"; export declare const jsStyles: { tableWrapper(): string; cell(): string; headerCell(): string; row(t: Theme): string; tableHeaderRow(t: Theme): string; container(): string; table(): string; };