From 87b0feed75f1f13ed9bf45f377e9f400f2f73241 Mon Sep 17 00:00:00 2001 From: Rafik El Hadi Houari Date: Mon, 17 May 2021 16:37:05 +0100 Subject: [PATCH] Add export for Alpine --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };