@skbkontur/db-viewer-ui
Version:
Database Viewer with custom configuration
10 lines (9 loc) • 331 B
TypeScript
import { Theme } from "@skbkontur/react-ui/lib/theming/Theme";
export declare const getStyles: import("@skbkontur/react-ui/lib/theming/Emotion").StylesGetter<{
root(): string;
nothingToDisplay(t: Theme): string;
fieldList(): string;
field(): string;
fieldContent(): string;
selectAll(t: Theme): string;
}>;