@danielsaraldi/react-native-blur-view
Version:
A simple blur view in react native
13 lines (11 loc) • 314 B
text/typescript
import type { ViewProps } from 'react-native';
/**
* @interface BlurTargetProps
*
* @description Props for the `BlurTarget` component.
*
* @see https://github.com/DanielAraldi/react-native-blur-view?tab=readme-ov-file#properties-1
*
* @since 1.0.0
*/
export interface BlurTargetProps extends ViewProps {}