diff --git a/src/Colors.ts b/src/Colors.ts index 7b7f1ea..56f223c 100644 --- a/src/Colors.ts +++ b/src/Colors.ts @@ -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. */