UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

10 lines (9 loc) 268 B
import { Theme } from "@skbkontur/react-ui/lib/theming/Theme"; export declare const jsStyles: { root(): string; schema(t: Theme): string; firstLetter(t: Theme): string; typeGroup(): string; indexed(): string; mutedKeyword(t: Theme): string; };