UNPKG

@danielsaraldi/react-native-blur-view

Version:
13 lines 354 B
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