Skip to content

Commit

Permalink
Merge pull request #9 from rehhouari/master
Browse files Browse the repository at this point in the history
Add catch-all to AlpineElement
  • Loading branch information
stancl authored Jun 3, 2021
2 parents 6b90c37 + b9503ef commit d7b3ab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ if (window.AlpineComponents === undefined) {

export interface AlpineElement extends HTMLElement {
__x: ComponentController;
[key: string]: any;
}

declare global {
Expand Down

0 comments on commit d7b3ab8

Please sign in to comment.