/// export { default as Image } from './Image.astro'; export { default as Picture } from './Picture.astro'; // TODO: should these directives be removed from astroHTML.JSX? export type ImgHTMLAttributes = Omit; export type HTMLAttributes = Omit;