UNPKG

expo-blur

Version:

A component that renders a native blur view on iOS and falls back to a semi-transparent view on Android. A common usage of this is for navigation bars, tab bars, and modals.

3 lines 180 B
import { BlurTint } from './BlurView.types'; export default function getBackgroundColor(intensity: number, tint: BlurTint): string; //# sourceMappingURL=getBackgroundColor.d.ts.map