UNPKG

ag-grid-community

Version:

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

5 lines (4 loc) 397 B
import type { AgSingletonBean } from '../agStack/interfaces/agCoreBean'; import type { BeanCollection } from './context'; export declare function gridBeanInitComparator(bean1: AgSingletonBean<BeanCollection>, bean2: AgSingletonBean<BeanCollection>): number; export declare function gridBeanDestroyComparator(bean1: AgSingletonBean<BeanCollection>, bean2: AgSingletonBean<BeanCollection>): number;