UNPKG

vue3-photo-preview

Version:
3 lines (2 loc) 204 B
export type TapFuncType = (clientX: number, clientY: number, e: TouchEvent | MouseEvent) => void; export default function withContinuousTap(singleTap: TapFuncType, doubleTap: TapFuncType): TapFuncType;