UNPKG

@maptiler/sdk

Version:

The Javascript & TypeScript map SDK tailored for MapTiler Cloud

6 lines (5 loc) 225 B
import { default as maplibregl, Map as MapMLGL } from 'maplibre-gl'; import { Map as SDKMap } from '../Map'; export declare class KeyboardHandler extends maplibregl.KeyboardHandler { constructor(map: SDKMap | MapMLGL); }