UNPKG

@sbaiahmed1/react-native-blur

Version:
9 lines 551 B
import React from 'react'; import { View } from 'react-native'; import type { ProgressiveBlurViewProps } from './ProgressiveBlurView'; export type { ProgressiveBlurViewProps } from './ProgressiveBlurView'; /** Ref to the root view of the web progressive blur view. */ export type ProgressiveBlurViewRef = React.ComponentRef<typeof View>; export declare const ProgressiveBlurView: React.NamedExoticComponent<ProgressiveBlurViewProps & React.RefAttributes<View>>; export default ProgressiveBlurView; //# sourceMappingURL=ProgressiveBlurView.web.d.ts.map