Fix eslint error
This commit is contained in:
parent
73f1ad6e73
commit
7f7ef949df
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
<script lang="ts" context="module">
|
||||
type TileLayerFilterOptions = TileLayerOptions & {
|
||||
filter: string[],
|
||||
attribution: string
|
||||
filter?: string[],
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue