We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f900d commit 5ff2416Copy full SHA for 5ff2416
src/event-builder/scroll.ts
@@ -1,5 +1,5 @@
1
+import type { Point, Size } from '../types';
2
import { baseSyntheticEvent } from './base';
-import type { Point, Size } from './types';
3
4
/**
5
* Other options for constructing a scroll event.
src/event-builder/text.ts
+import type { Size, TextRange } from '../types';
-import type { Size, TextRange } from './types';
* Experimental values:
0 commit comments