Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Jan 20, 2022
1 parent 4627a5c commit 7e0c6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @types/ol-ext/control/ProgressBar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Layer } from "ol/layer";
export interface Options extends ControlOptions {
className?: string;
label?: string;
layer?: Layer | Layer[]
layers?: Layer | Layer[]
}

/** A simple push button control
Expand Down

0 comments on commit 7e0c6ff

Please sign in to comment.