@jbrowse/plugin-config
Version:
JBrowse 2 config utilities
11 lines (10 loc) • 407 B
TypeScript
export declare const useSlotEditorStyles: (_params?: unknown, muiStyleOverridesParams?: {
props: {
classes?: Record<string, string>;
};
} | undefined) => {
classes: Record<"paper" | "paperContent" | "slotModeSwitch", string>;
theme: import("@mui/material").Theme;
css: import("@jbrowse/core/util/tss-react/types").Css;
cx: import("@jbrowse/core/util/tss-react/types").Cx;
};