mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-04-29 12:55:10 +08:00
Replace “SprintUtils” typo with “SpringUtils” (#256)
This commit is contained in:
committed by
Michał Osadnik
parent
413fc2968d
commit
864693f468
4
react-native-reanimated.d.ts
vendored
4
react-native-reanimated.d.ts
vendored
@@ -133,13 +133,13 @@ declare module 'react-native-reanimated' {
|
||||
toValue: Adaptable<number>;
|
||||
}
|
||||
|
||||
type SprintUtils = {
|
||||
type SpringUtils = {
|
||||
makeDefaultConfig: () => SpringConfig;
|
||||
makeConfigFromBouncinessAndSpeed: (prevConfig: SpringConfigWithBouncinessAndSpeed) => SpringConfig;
|
||||
makeConfigFromOrigamiTensionAndFriction: (prevConfig: SpringConfigWithOrigamiTensionAndFriction) => SpringConfig
|
||||
}
|
||||
|
||||
export const SprintUtils: SprintUtils
|
||||
export const SpringUtils: SpringUtils
|
||||
|
||||
type AnimateStyle<S extends object> = {
|
||||
[K in keyof S]: S[K] extends ReadonlyArray<any>
|
||||
|
||||
Reference in New Issue
Block a user