UNPKG

149 BTypeScriptView Raw
1import type { ColorValue } from 'react-native';
2export default function getContrastingColor(input: ColorValue, light: string, dark: string): string;