@danielsaraldi/react-native-blur-view
Version:
A simple blur view in react native
13 lines • 354 B
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 {
}
//# sourceMappingURL=BlurTarget.d.ts.map