UNPKG

@kirz/react-native-toolkit

Version:

Toolkit to speed up React Native development

8 lines 390 B
/// <reference types="react" /> import { BlurViewProps as BlurViewPropsBase } from '@kirz/react-native-blur'; export type BlurViewProps = BlurViewPropsBase & { animated?: boolean; enteringAnimationDuration?: number; }; export declare function BlurView({ animated, enteringAnimationDuration, blurAmount, ...props }: BlurViewProps): JSX.Element; //# sourceMappingURL=BlurView.d.ts.map