active-table
Version:
Framework agnostic table component for editable data experience
8 lines • 549 B
TypeScript
import { CellStateColorProperties, DefaultCellHoverColors } from '../../types/cellStateColors';
export declare class CellHighlightUtils {
static fade(cellElement: HTMLElement, defaultColorProperties?: CellStateColorProperties): void;
static highlight(cellElement: HTMLElement, hoverColorProperties?: CellStateColorProperties): void;
static unsetDefaultHoverProperties(defaultCellHoverColors: DefaultCellHoverColors): void;
static getDefaultHoverProperties(): DefaultCellHoverColors;
}
//# sourceMappingURL=cellHighlightUtils.d.ts.map