mirror of
https://github.com/archtechx/alpine-typescript.git
synced 2025-12-12 06:44:03 +00:00
Fix typo
This commit is contained in:
parent
47fff0c639
commit
02fbeafe4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue