Files
dealplustech/dealplustech-astro/node_modules/astro/dist/assets/utils/proxy.d.ts
2026-03-02 12:35:14 +07:00

3 lines
136 B
TypeScript

import type { ImageMetadata } from '../types.js';
export declare function getProxyCode(options: ImageMetadata, isSSR: boolean): string;