@amplitude/session-replay-react-native
Version:
Amplitude Session Replay for React Native
6 lines • 436 B
TypeScript
export { init, setSessionId, getSessionId, getSessionReplayProperties, flush, start, stop, setDeviceId, } from './session-replay';
export { type SessionReplayConfig, MaskLevel } from './session-replay-config';
export { SessionReplayPlugin } from './plugin-session-replay';
export type { SessionReplayPluginConfig } from './plugin-session-replay-config';
export { AmpMaskView } from './amp-mask-view';
//# sourceMappingURL=index.d.ts.map