1
0
Fork 0
mirror of https://github.com/archtechx/alpine-typescript.git synced 2025-12-12 06:44:03 +00:00
This commit is contained in:
Rafik El Hadi Houari 2021-05-18 16:08:46 +01:00 committed by GitHub
parent 47fff0c639
commit 02fbeafe4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ export interface Alpine {
name: string,
callback: ($el: HTMLElement) => void,
) => void;
clone: (component: ComponentCComponentControllerontroller, newEl: HTMLElement) => void;
clone: (component: ComponentController, newEl: HTMLElement) => void;
[key: string]: any;
}