UNPKG

@danielsaraldi/react-native-blur-view

Version:
11 lines 588 B
import type { ColorValue, ViewProps } from 'react-native'; import type { Float, WithDefault } from 'react-native/Libraries/Types/CodegenTypes'; export interface NativeProps extends ViewProps { overlayColor?: WithDefault<string, 'light'>; effectStyle?: WithDefault<string, 'label'>; radius?: WithDefault<Float, 10.0>; reducedTransparencyFallbackColor?: ColorValue; } declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>; export default _default; //# sourceMappingURL=VibrancyViewNativeComponent.d.ts.map