astro/packages/integrations/image/components/index.js
Tony Sullivan 5ccccace0c
Updates how the new Image component is exported to support older versions of Astro (#3812)
* don't use typescript for the components named export file

* Adding a readme example for images in markdown

* chore: add changeset
2022-07-04 14:52:32 +00:00

1 line
50 B
JavaScript

export { default as Image } from './Image.astro';