RafidMuhymin / astro-imagetools

Image Optimization tools for the Astro JS framework

Home Page:astro-imagetools-docs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript typings don't contain the integration export

3x071c opened this issue · comments

The package exports astroImageTools in

export { astroImageTools };
but does not type it in types.d.ts. When using a TypeScript astro.config.ts file, type checking fails because TS believes there is no export. Could you add the type for astroImageTools in the type definition file?