react-native-paper
Version:
Material design for React Native
10 lines • 362 B
TypeScript
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