Skip to content

Commit 75feed7

Browse files
committed
Combine imports from map
The syntax is a bit odd. Background here: tc39/proposal-type-annotations#16
1 parent a58ca0b commit 75feed7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ui/control/fullscreen_control.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ import DOM from '../../util/dom';
33
import {warnOnce} from '../../util/util';
44

55
import {Event, Evented} from '../../util/evented';
6-
import type Map from '../map';
6+
import type {default as Map, GestureOptions} from '../map';
77
import type {IControl} from './control';
8-
import type {GestureOptions} from '../map';
98

109
type FullscreenOptions = {
1110
container?: HTMLElement;

0 commit comments

Comments
 (0)