UNPKG

ag-grid-community

Version:

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

6 lines (5 loc) 197 B
import type { DragItem } from './iDragItem'; export interface IRowDragItem extends DragItem { /** The default text that would be applied to this Drag Element */ defaultTextValue: string; }