igniteui-react-grids
Version:
Ignite UI React grid components.
14 lines (13 loc) • 321 B
TypeScript
import { Type } from "igniteui-react-core";
/**
* This enumeration is used to configure whether the drop position is set before or after
* the target.
*/
export declare enum DropPosition {
BeforeDropTarget = 0,
AfterDropTarget = 1
}
/**
* @hidden
*/
export declare let DropPosition_$type: Type;