ag-grid-community
Version:
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
5 lines (4 loc) • 330 B
TypeScript
import type { AgElementParams } from '../agStack/utils/dom';
import type { AgComponentSelectorType } from '../widgets/component';
export type ElementParams = AgElementParams<AgComponentSelectorType>;
export declare function _createElement<T extends HTMLElement = HTMLElement>(params: AgElementParams<AgComponentSelectorType>): T;