diff --git a/src/index.ts b/src/index.ts index 290fa07..23580eb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -24,7 +24,7 @@ export abstract class AlpineComponent { [key: string]: any; } -declare type Alpine = { +export declare type Alpine = { version: string; pauseMutationObserver: boolean; magicProperties: { [name: string]: CallableFunction };