/** * Captures last mouse down target and clears it on keydown. * @returns a callback to get the last detected mouse down target. */ export default function useMouseDownTarget(): () => Node | null; //# sourceMappingURL=use-mouse-down-target.d.ts.map