diff --git a/Target/Index.d.ts b/Target/Index.d.ts index 4d80a56..dc67091 100644 --- a/Target/Index.d.ts +++ b/Target/Index.d.ts @@ -1,3 +1,4 @@ +import type { AstroIntegration } from "astro"; import type { Option } from "./Option/Index.js"; declare const _default: (Options?: Option) => AstroIntegration; export default _default;