This repository has been archived on 2025-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
site-template/packages/imagetools/components/index.js
2025-03-07 14:59:06 +01: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";