Files
polymech-astro/packages/imagetools_x/components/index.js
T
2025-08-27 18:44:10 +02:00

6 lines
326 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";