UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

7 lines (6 loc) 412 B
import { IEventDefinition } from "../services/public-api"; export declare const DOCUMENT_CLICK_EVENT: IEventDefinition<MouseEvent>; export declare const COMPLETE_RESIZE_EVENT: IEventDefinition<Event>; export declare const CHECKBOX_KEYDOWN_EVENT: IEventDefinition<KeyboardEvent>; export declare const CLOSE_POPOVER_EVENT: IEventDefinition<void>; export declare const POPOVER_CLOSED_EVENT: IEventDefinition<void>;