@sbaiahmed1/react-native-blur
Version:
React native modern blur view
9 lines (8 loc) • 300 B
text/typescript
// Web counterpart of the codegen spec module — see
// ReactNativeBlurViewNativeComponent.web.ts for why this exists.
export { default } from './ProgressiveBlurView.web';
export type {
BlurType,
ProgressiveBlurDirection,
NativeProps,
} from './ReactNativeProgressiveBlurViewNativeComponent';