import { Action } from 'sabar'; /** * * @param {*} param0 * @param {*} ctx * @param {*} actions * * Difference between `targetContainer` and `impactContainer`... * `impactContainer` is bound with `impactDragger`. There is a situation * point is in the gap between dragger and container... * * Why it's called `getImpactRawInfo` ? Because `impactContainer` may be * update when checking the side padding on `nested` mode. */ declare const getImpactRawInfo: (args: any, ctx: object, actions: Action) => void; export default getImpactRawInfo;