UNPKG

@grafana/ui

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