UNPKG

motion-plus-vue

Version:

Motion Plus Vue

4 lines (3 loc) 193 B
import { CursorTarget, CursorType } from './types'; export type TypeAndTarget = [CursorType, CursorTarget | null]; export declare function findTarget(eventTarget: CursorTarget): TypeAndTarget;