UNPKG

@sbaiahmed1/react-native-blur

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