active-table
Version:
Framework agnostic table component for editable data experience
11 lines • 583 B
TypeScript
import { OuterContainers } from '../../../types/outerContainer';
import { CSSStyle, StatefulCSS } from '../../../types/cssStyle';
import { ActiveTable } from '../../../activeTable';
export declare class FilterElements {
static readonly DEFAULT_INPUT_POSITION = "top-right";
private static createContainerElement;
private static createComponent;
static create(at: ActiveTable, outerContainers: OuterContainers): void;
static applyStatefulStyles(element: HTMLElement, hoverStyle: CSSStyle, styles?: StatefulCSS): void;
}
//# sourceMappingURL=filterElements.d.ts.map