blur-react-native
Version:
11 lines • 627 B
TypeScript
import type { ViewProps } from 'react-native';
import type { Double } from 'react-native/Libraries/Types/CodegenTypes';
export type BlurType = 'light' | 'extraLight' | 'dark' | 'regular' | 'prominent' | 'systemUltraThinMaterial' | 'systemThinMaterial' | 'systemMaterial' | 'systemThickMaterial' | 'systemChromeMaterial';
export interface NativeProps extends ViewProps {
blurType?: string;
blurAmount?: Double;
reducedTransparencyFallbackColor?: string;
}
declare const _default: import("react-native").HostComponent<NativeProps>;
export default _default;
//# sourceMappingURL=JellifyBlurViewNativeComponent.d.ts.map