Skip to content

Commit

Permalink
chore(rrweb): rrweb player type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jxiwang committed Oct 18, 2024
1 parent 68ee960 commit a72a849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rrweb-player/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Mirror } from '@amplitude/rrweb-snapshot';
import { eventWithTime } from '@amplitude/rrweb-types';
import type { Mirror } from '@amplitude/rrweb-snapshot';
import type { eventWithTime } from '@amplitude/rrweb-types';
import type { Replayer, playerConfig } from '@amplitude/rrweb-replay';

export type RRwebPlayerOptions = {
Expand Down

0 comments on commit a72a849

Please sign in to comment.