Skip to content

Commit

Permalink
Merge pull request #82 from Mika9999/master
Browse files Browse the repository at this point in the history
add default to "TouchCursorDraw"
  • Loading branch information
Siedlerchr authored Feb 24, 2022
2 parents 7e0c6ff + b9fe88a commit 1f0e24a
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 1f0e24a

Please sign in to comment.