active-table
Version:
Framework agnostic table component for editable data experience
8 lines • 439 B
TypeScript
export declare class GenericElementUtils {
static readonly NOT_SELECTABLE_CLASS = "not-selectable";
static hideElements(...elements: HTMLElement[]): void;
static getStyleWidth(element: HTMLElement, cssProperty: keyof CSSStyleDeclaration): number;
static doesElementExistInDom(element: HTMLElement): boolean;
static isFirstChildInParent(element: HTMLElement): boolean;
}
//# sourceMappingURL=genericElementUtils.d.ts.map