UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

15 lines (14 loc) 277 B
export declare enum SwitchState { on = 0, off = 1 } export interface IHighlightArgs { highlightState: SwitchState; status: string; items: any[]; itemType: string; itemIdentificator: any; } export declare enum Channel { highlight = "highlight" }