From b9fe88a0cd9ee38fc18926d4ec65c1bd0736905b Mon Sep 17 00:00:00 2001 From: Mika Rethmeyer Date: Thu, 24 Feb 2022 10:41:42 +0100 Subject: [PATCH] add default to "TouchCursorDraw" --- @types/ol-ext/interaction/TouchCursorDraw.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@types/ol-ext/interaction/TouchCursorDraw.d.ts b/@types/ol-ext/interaction/TouchCursorDraw.d.ts index 54cee60..7e4c013 100644 --- a/@types/ol-ext/interaction/TouchCursorDraw.d.ts +++ b/@types/ol-ext/interaction/TouchCursorDraw.d.ts @@ -49,7 +49,7 @@ export interface Options extends InteractionOptions { * @param {string} options.geometryName Geometry name to use for features created by the draw interaction. * @param {boolean} options.wrapX Wrap the world horizontally on the sketch overlay, default false */ -export class TouchCursorDraw extends TouchCursor { +export default class TouchCursorDraw extends TouchCursor { constructor(options?: Options); /** * Remove the interaction from its current map, if any, and attach it to a new