site-library/packages/imagetools/components/index.js
2025-03-12 18:53:16 +01:00

6 lines
331 B
JavaScript

export { default as Img } from "./Img.astro";
export { default as Picture } from "./Picture.astro";
export { default as BackgroundImage } from "./BackgroundImage.astro";
export { default as BackgroundPicture } from "./BackgroundPicture.astro";
export { default as ImageSupportDetection } from "./ImageSupportDetection.astro";