@danielsaraldi/react-native-blur-view
Version:
A simple blur view in react native
9 lines • 421 B
TypeScript
import type { ViewProps } from 'react-native';
import type { Float } from 'react-native/Libraries/Types/CodegenTypes';
export interface NativeProps extends ViewProps {
overlayColor: string;
blurRadius: Float;
}
declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>;
export default _default;
//# sourceMappingURL=BlurViewNativeComponent.d.ts.map