mirror of
https://github.com/archtechx/alpine-typescript.git
synced 2025-12-11 22:34:03 +00:00
Add catch-all to AlpineElement
This commit is contained in:
parent
6b90c3752a
commit
b9503ef1e4
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ if (window.AlpineComponents === undefined) {
|
|||
|
||||
export interface AlpineElement extends HTMLElement {
|
||||
__x: ComponentController;
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
declare global {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue