@sbaiahmed1/react-native-blur
Version:
React native modern blur view
9 lines • 551 B
TypeScript
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