UNPKG

equal-vue

Version:

Equal is a Vue 3 hackable UI library empowered by tailwindcss

7 lines (6 loc) 313 B
import { TTotalValuePosition } from '@/components/slider/types'; export declare const getTotalPosition: ({ value, min, max, }: TTotalValuePosition) => number; export declare const getCoordsByEvent: ({ changedTouches, clientX, clientY, }: MouseEvent & TouchEvent) => { clientX: number; clientY: number; };