Skip to content

Commit 5ff2416

Browse files
committed
.
1 parent c3f900d commit 5ff2416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/event-builder/scroll.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import type { Point, Size } from '../types';
12
import { baseSyntheticEvent } from './base';
2-
import type { Point, Size } from './types';
33

44
/**
55
* Other options for constructing a scroll event.

src/event-builder/text.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import type { Size, TextRange } from '../types';
12
import { baseSyntheticEvent } from './base';
2-
import type { Size, TextRange } from './types';
33

44
/**
55
* Experimental values:

0 commit comments

Comments
 (0)