/* mustCoerceToInt */ /** * This enumeration is used to configure whether the drop position is set before or after * the target. */ export declare enum DropPosition { BeforeDropTarget, AfterDropTarget }