@sbaiahmed1/react-native-blur
Version:
React native modern blur view
9 lines • 440 B
TypeScript
import React from 'react';
import { View } from 'react-native';
import type { BlurViewProps } from './BlurView';
export type { BlurViewProps } from './BlurView';
/** Ref to the root view of the web blur view. */
export type BlurViewRef = React.ComponentRef<typeof View>;
export declare const BlurView: React.NamedExoticComponent<BlurViewProps & React.RefAttributes<View>>;
export default BlurView;
//# sourceMappingURL=BlurView.web.d.ts.map