active-table
Version:
Framework agnostic table component for editable data experience
12 lines • 532 B
TypeScript
export declare class ArrowDownIconElement {
static readonly ARROW_ICON_CLASS = "arrow-down-icon";
private static readonly ARROW_ICON_CONTAINER_CLASS;
private static readonly ARROW_ICON_ELEMENT;
static toggle(cellElement: HTMLElement | undefined, isDisplay: boolean): void;
static setActive(cellElement: HTMLElement): void;
private static createContainer;
private static createSVGElement;
static createSVG(): HTMLDivElement;
static get(): Node;
}
//# sourceMappingURL=arrowDownIconElement.d.ts.map