@grafana/ui
Version:
Grafana Components Library
15 lines (14 loc) • 654 B
TypeScript
import { GrafanaTheme2 } from '@grafana/data';
import 'rc-slider/assets/index.css';
export declare const getStyles: (theme: GrafanaTheme2, isHorizontal: boolean, hasMarks?: boolean) => {
container: string;
slider: string;
/** Global component from @emotion/core doesn't accept computed classname string returned from css from emotion.
* It accepts object containing the computed name and flattened styles returned from css from @emotion/core
* */
tooltip: import("@emotion/react").SerializedStyles;
sliderInput: string;
sliderInputVertical: string;
sliderInputField: string;
sliderInputFieldVertical: string;
};