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 214 B
import type { BlurTargetViewProps } from './BlurView.types'; export default function BlurTargetView(props: BlurTargetViewProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=BlurTargetView.d.ts.map