mirror of
https://github.com/archtechx/alpine-typescript.git
synced 2025-12-11 22:34:03 +00:00
Add a catch-all to Alpine
This commit is contained in:
parent
43b0f2a715
commit
b8f5b461bb
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ export declare type Alpine = {
|
|||
start: () => void;
|
||||
addMagicProperty(name: string, callback: ($el: HTMLElement) => void);
|
||||
clone: (component: any, newEl: HTMLElement) => void;
|
||||
|
||||
[key: string]: any;
|
||||
};
|
||||
|
||||
export function registerComponents(components: { [name: string]: Function }): { [name: string]: ComponentConstructor } {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue