Skip to content

Commit

Permalink
Combine imports from map
Browse files Browse the repository at this point in the history
The syntax is a bit odd. Background here:
tc39/proposal-type-annotations#16
  • Loading branch information
kevinschaul committed Feb 8, 2023
1 parent a58ca0b commit 75feed7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ui/control/fullscreen_control.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ import DOM from '../../util/dom';
import {warnOnce} from '../../util/util';

import {Event, Evented} from '../../util/evented';
import type Map from '../map';
import type {default as Map, GestureOptions} from '../map';
import type {IControl} from './control';
import type {GestureOptions} from '../map';

type FullscreenOptions = {
container?: HTMLElement;
Expand Down

0 comments on commit 75feed7

Please sign in to comment.