@skbkontur/db-viewer-ui
Version:
Database Viewer with custom configuration
11 lines (10 loc) • 349 B
TypeScript
import { Theme } from "@skbkontur/react-ui/lib/theming/Theme";
export declare const getStyles: import("@skbkontur/react-ui/lib/theming/Emotion").StylesGetter<{
tableWrapper(): string;
cell(): string;
headerCell(): string;
row(t: Theme): string;
tableHeaderRow(t: Theme): string;
container(): string;
table(): string;
}>;