UNPKG

206 BTypeScriptView Raw
1import { Animated } from 'react-native';
2export default function overlay<T extends Animated.Value | number>(elevation: T, surfaceColor?: string): T extends number ? string : Animated.AnimatedInterpolation;