active-table
Version:
Framework agnostic table component for editable data experience
9 lines • 557 B
TypeScript
import { OuterContainerDropdownI } from '../../../types/outerContainerInternal';
import { ActiveOverlayElements } from '../../../types/activeOverlayElements';
import { ActiveTable } from '../../../activeTable';
export declare class OuterDropdownSimpleUtils {
static hide(activeOverlayElements: ActiveOverlayElements, dropdownItems?: HTMLElement[]): void;
private static getDropdownTopPosition;
static display(button: HTMLElement, at: ActiveTable, dropdown: OuterContainerDropdownI): void;
}
//# sourceMappingURL=outerDropdownSimpleUtils.d.ts.map