UNPKG

@madeja-studio/telar

Version:

UI component library by Madeja Studio

9 lines 317 B
/** * This interpolation is used for pan gestures where we want the panned node to * feel like it's fighting a resistance that prevents it from moving further. */ export declare const withDrag: ({ threshold, value, }: { threshold: number; value: number; }) => number; //# sourceMappingURL=withDrag.d.ts.map