UNPKG

@sentry/react-native

Version:
6 lines 255 B
import type { HostComponent, ViewProps } from 'react-native'; export interface NativeProps extends ViewProps { } declare const _default: HostComponent<NativeProps>; export default _default; //# sourceMappingURL=RNSentryReplayUnmaskNativeComponent.d.ts.map