1
0
Fork 0
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:
Rafik El Hadi Houari 2021-06-03 20:38:10 +01:00 committed by GitHub
parent 6b90c3752a
commit b9503ef1e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,6 +138,7 @@ if (window.AlpineComponents === undefined) {
export interface AlpineElement extends HTMLElement {
__x: ComponentController;
[key: string]: any;
}
declare global {