UNPKG

418 BTypeScriptView Raw
1import type { ColorValue } from 'react-native';
2import type { InternalTheme } from '../../types';
3export declare const getTouchableRippleColors: ({ theme, rippleColor, underlayColor, }: {
4 theme: InternalTheme;
5 rippleColor?: ColorValue | undefined;
6 underlayColor?: string | undefined;
7}) => {
8 calculatedRippleColor: ColorValue;
9 calculatedUnderlayColor: string;
10};
11//# sourceMappingURL=utils.d.ts.map
\No newline at end of file