active-table
Version:
Framework agnostic table component for editable data experience
11 lines • 540 B
TypeScript
import { CSSStyle } from '../../types/cssStyle';
export declare class ToggleableElement {
static readonly ACTIVE_BUTTON_CLASS = "toggleable-button-active";
static readonly AUTO_STYLING_CLASS = "toggleable-button-auto-styling";
private static set;
private static unset;
static toggleActive(button: HTMLElement, style: CSSStyle): boolean;
static unsetActive(button: HTMLElement, style: CSSStyle): void;
static setActive(button: HTMLElement, style: CSSStyle): void;
}
//# sourceMappingURL=toggleableElement.d.ts.map