UNPKG

@chayns-components/swipeable-wrapper

Version:

A set of beautiful React components for developing your own applications with chayns.

8 lines (7 loc) 228 B
interface CalcThresholdOptions { actionCount: number; direction: 'left' | 'right'; width: number; } export declare const calcThreshold: ({ actionCount, direction, width }: CalcThresholdOptions) => number; export {};