From a7059573bcb49249fc12e6d2ca6f73d6c03d56fc Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 13 Oct 2024 20:01:05 +0300 Subject: [PATCH] --- Target/Index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Target/Index.d.ts b/Target/Index.d.ts index a55a3b7..b6a06df 100644 --- a/Target/Index.d.ts +++ b/Target/Index.d.ts @@ -1,3 +1,4 @@ import type { AstroIntegration } from "astro"; + declare const _default: () => AstroIntegration; export default _default;