UNPKG

@danielsaraldi/react-native-blur-view

Version:
8 lines (5 loc) 287 B
import type { ComponentType } from 'react'; import { BlurView as BlurViewUntyped } from './components'; import type { BlurViewProps } from './@types'; export const BlurView = BlurViewUntyped as ComponentType<BlurViewProps>; export type { BlurViewProps, BlurViewType } from './@types';