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