UNPKG
@attio/react-native-bottom-sheet-toolbox
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.0
0.0.1-experimental1
github.com/attio/react-native-bottom-sheet-toolbox
attio/react-native-bottom-sheet-toolbox
@attio/react-native-bottom-sheet-toolbox
/
dist
/
typescript
/
utils
/
snap-point.d.ts
5 lines
•
255 B
TypeScript
View Raw
1
2
3
4
5
/** * Snap the given value to the closest point, taking into account the velocity. */
export
declare
function
snapPoint
(
value
:
number
,
velocity
:
number
,
points
:
number
[],
projectionScale
?:
number
):
number
|
null
;
//# sourceMappingURL=snap-point.d.ts.map