Skip to content

Commit

Permalink
correction in type definition, fixes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
noerw committed Dec 10, 2018
1 parent 3d0290a commit f0beaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -16,7 +16,7 @@ declare module 'leaflet' {
interface PanelOptions {
id: string,
tab: HTMLElement | string,
panel?: HTMLElement | string,
pane?: HTMLElement | string,
button?: EventListener | string,
disabled?: boolean,
position?: 'top' | 'bottom',
Expand Down

0 comments on commit f0beaf9

Please sign in to comment.