UNPKG

@grafana/ui

Version:
5 lines (4 loc) 239 B
import { type TimeOption } from '@grafana/data'; import { type ComboboxOption } from '../Combobox/types'; export declare const getQuickOptions: () => TimeOption[]; export declare const getMonthOptions: () => Array<ComboboxOption<number>>;