mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
leaflet: update L.Browser constants (#37033)
* leaflet: update L.Browser constants Ref: https://leafletjs.com/reference-1.5.0.html#browser * leaflet: style fixes
This commit is contained in:
parent
ef573057d8
commit
01caeca3d5
15
types/leaflet/index.d.ts
vendored
15
types/leaflet/index.d.ts
vendored
@ -1561,33 +1561,36 @@ export class Marker<P = any> extends Layer {
|
||||
export function marker(latlng: LatLngExpression, options?: MarkerOptions): Marker;
|
||||
|
||||
export namespace Browser {
|
||||
// sorting according to https://leafletjs.com/reference-1.5.0.html#browser
|
||||
const ie: boolean;
|
||||
const ielt9: boolean;
|
||||
const edge: boolean;
|
||||
const webkit: boolean;
|
||||
const gecko: boolean;
|
||||
const android: boolean;
|
||||
const android23: boolean;
|
||||
const androidStock: boolean;
|
||||
const opera: boolean;
|
||||
const chrome: boolean;
|
||||
const gecko: boolean;
|
||||
const safari: boolean;
|
||||
const opera12: boolean;
|
||||
const win: boolean;
|
||||
const ie3d: boolean;
|
||||
const webkit3d: boolean;
|
||||
const gecko3d: boolean;
|
||||
const opera12: boolean;
|
||||
const any3d: boolean;
|
||||
const mobile: boolean;
|
||||
const mobileWebkit: boolean;
|
||||
const mobileWebkit3d: boolean;
|
||||
const mobileOpera: boolean;
|
||||
const mobileGecko: boolean;
|
||||
const touch: boolean;
|
||||
const msPointer: boolean;
|
||||
const pointer: boolean;
|
||||
const touch: boolean;
|
||||
const mobileOpera: boolean;
|
||||
const mobileGecko: boolean;
|
||||
const retina: boolean;
|
||||
const canvas: boolean;
|
||||
const vml: boolean;
|
||||
const svg: boolean;
|
||||
const vml: boolean;
|
||||
}
|
||||
|
||||
export namespace Util {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user