ag-grid-community
Version:
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
7 lines (6 loc) • 516 B
TypeScript
import type { AgElementParams } from '../agStack/utils/dom';
import type { AgComponentSelectorType } from '../widgets/component';
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
export type ElementParams = AgElementParams<AgComponentSelectorType>;
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
export declare function _createElement<T extends HTMLElement = HTMLElement>(params: AgElementParams<AgComponentSelectorType>): T;