UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

7 lines 431 B
import { ActiveOverlayElements } from '../../types/activeOverlayElements'; export declare class DropdownItemHighlightUtils { static readonly HOVER_BACKGROUND_COLOR = "#eaeaea"; static fadeCurrentlyHighlighted(activeOverlayElements: ActiveOverlayElements): void; static highlightNew(activeOverlayElements: ActiveOverlayElements, itemElement: HTMLElement): void; } //# sourceMappingURL=dropdownItemHighlightUtils.d.ts.map