UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

9 lines (8 loc) 314 B
import { Atom } from "../../atom"; export declare class QuickPickerAtom extends Atom { static CSS_CLASS: string; selectPresetByTitle: (title: string) => Promise<void>; hoverPresetByTitle: (title: string) => Promise<void>; getSelectedPreset(): Promise<string | null>; private getPresetByName; }