0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
astro/.changeset/calm-tigers-stare.md
Erika acf78c5e27
fix(assets): Fix types to be more accurate (#6530)
* fix(assets): Fix types to be more accurate

* chore: changeset
2023-03-13 13:54:56 +01:00

319 B

astro
patch

Fix various inaccuracies with types related to the new Assets features:

  • getConfiguredImageService wasn't present on the astro:assets types.
  • ImageMetadata wasn't exported
  • Fixed wrong module declaration for avif, heic and heif files.
  • Add missing module declaration for SVGs imports