006405d33c
* correct props type * refactor Picture and Image typings * add missing `alt` property * add changeset * apply suggestions * correct `astro/types` import Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> * apply suggestions * convert to type import Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
191 B
191 B
@astrojs/image |
---|
patch |
- Refactor types to support props auto-completion for the
Image
andPicture
components. - Pass previously missing
alt
prop to thegetPicture
function