UNPKG

ag-grid-enterprise

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

10 lines (9 loc) 279 B
import type { _ModuleWithApi, _NotesGridApi } from 'ag-grid-community'; /** * @feature Notes * @gridOption notesDataSource * @gridOption noteTrigger * @gridOption noteShowDelay * @gridOption noteHideDelay */ export declare const NotesModule: _ModuleWithApi<_NotesGridApi>;