--- import renderImage from "../api/renderImage.js"; import type { PictureConfigOptions as ImageConfigOptions } from "../types.d"; const { link, style, image } = await renderImage( Astro.props as ImageConfigOptions ); ---