UNPKG

@grafana/ui

Version:
5 lines (4 loc) 318 B
import { type StylesConfig } from 'react-select'; import { type GrafanaTheme2 } from '@grafana/data'; export default function resetSelectStyles(theme: GrafanaTheme2): Partial<StylesConfig>; export declare function useCustomSelectStyles(theme: GrafanaTheme2, width: number | string | undefined): Partial<StylesConfig>;