diff --git a/src/index.ts b/src/index.ts index e41c933..1b2d7d0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 } {