UNPKG

ag-grid-enterprise

Version:

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

5 lines (4 loc) 282 B
import { BeanStub, ISelectionHandle, ISelectionHandleFactory, SelectionHandleType } from "ag-grid-community"; export declare class SelectionHandleFactory extends BeanStub implements ISelectionHandleFactory { createSelectionHandle(type: SelectionHandleType): ISelectionHandle; }