Skip to content

Commit

Permalink
Replace “SprintUtils” typo with “SpringUtils” (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedemarais authored and osdnk committed Apr 25, 2019
1 parent 413fc29 commit 864693f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-native-reanimated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 864693f

Please sign in to comment.