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