Skip to content

Commit

Permalink
fix(馃悰): Add AnimatedColor type (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Dec 11, 2020
1 parent 2e135b1 commit d748c17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Colors.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { interpolateColor } from "react-native-reanimated";

export type AnimatedColor = string | number;

/**
* @summary Returns black or white depending on the value of the background color.
*/
Expand Down

0 comments on commit d748c17

Please sign in to comment.