mirror of
https://github.com/bartgryszko/react-native-circular-progress.git
synced 2026-01-18 16:13:10 +00:00
Merge pull request #208 from awinograd/patch-1
Update animate() return type
This commit is contained in:
commit
9bfb51e5be
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -141,7 +141,7 @@ declare module 'react-native-circular-progress' {
|
||||
* @param {number} duration
|
||||
* @param {Function} ease
|
||||
*/
|
||||
animate: (toVal: number, duration: number, ease?: Function) => void;
|
||||
animate: (toVal: number, duration: number, ease?: Function) => Animated.CompositeAnimation;
|
||||
|
||||
/**
|
||||
* Re-run animation with a specified prefill-value
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user