From 02fbeafe4da9ef7e59abda162bdae6ec573f5605 Mon Sep 17 00:00:00 2001 From: Rafik El Hadi Houari Date: Tue, 18 May 2021 16:08:46 +0100 Subject: [PATCH] Fix typo --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }