Skip to content

Commit

Permalink
add default to "TouchCursorDraw"
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika Rethmeyer committed Feb 24, 2022
1 parent 7e0c6ff commit b9fe88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @types/ol-ext/interaction/TouchCursorDraw.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9fe88a

Please sign in to comment.