UNPKG

react-native-paper

Version:
10 lines 362 B
import type { InternalTheme } from '../../types'; export declare const getTouchableRippleColors: ({ theme, rippleColor, underlayColor, }: { theme: InternalTheme; rippleColor?: string | undefined; underlayColor?: string | undefined; }) => { calculatedRippleColor: string; calculatedUnderlayColor: string; }; //# sourceMappingURL=utils.d.ts.map