diff --git a/src/index.ts b/src/index.ts index a5bb068..99f3079 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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; }