UNPKG

@skbkontur/cassandra-distributed-task-queue-ui

Version:

.NET library implementing distributed task queue machinery using Apache Cassandra

13 lines (12 loc) 360 B
import { Theme } from "@skbkontur/react-ui/lib/theming/Theme"; export declare const jsStyles: { tableWrapper(): string; modalText(t: Theme): string; header(): string; content(): string; userMessage(): string; errorMessageWrap(): string; stackTraceContainer(): string; stackTrace(t: Theme): string; stackTraces(): string; };