@danielsaraldi/react-native-blur-view
Version:
A simple blur view in react native
11 lines • 588 B
TypeScript
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