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.

4 lines 186 B
export { default as BlurView } from './BlurView'; export type * from './BlurView.types'; export { default as BlurTargetView } from './BlurTargetView'; //# sourceMappingURL=index.d.ts.map