UNPKG

@otterstack/sanity-img-astro

Version:

An Astro component for rendering a responsive <img> element for an image fetched from Sanity

3 lines (2 loc) 117 B
/// <reference types="astro/astro-jsx" /> export type ImgAttributes = astroHTML.JSX.DefinedIntrinsicElements["img"];