UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

19 lines (10 loc) 246 B
/* mustCoerceToInt */ /** * This enumeration is used to configure whether the drop position is set before or after * the target. */ export declare enum DropPosition { BeforeDropTarget, AfterDropTarget }