Skip to content

Commit

Permalink
Add type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sufyanAbbasi committed Nov 15, 2024
1 parent 49e363b commit c3ae62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/basemap_selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class BasemapSelector extends LitWidget<
BasemapSelectorModel,
BasemapSelector
> {
static get componentName() {
static get componentName(): string {
return `basemap-selector`;
}

Expand Down

0 comments on commit c3ae62f

Please sign in to comment.