active-table
Version:
Framework agnostic table component for editable data experience
12 lines • 544 B
TypeScript
export declare class Dropdown {
static readonly DROPDOWN_CLASS = "active-table-dropdown";
private static readonly CSS_DISPLAY_VISIBLE;
static readonly DROPDOWN_WIDTH = 176;
static readonly DROPDOWN_VERTICAL_PX = "4px";
static createBase(): HTMLDivElement;
static isDisplayed(element?: HTMLElement): boolean;
static display(...elements: HTMLElement[]): void;
static hide(...elements: HTMLElement[]): void;
static isPartOfDropdownElement(element: HTMLElement): boolean;
}
//# sourceMappingURL=dropdown.d.ts.map