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

4 lines
262 B
TypeScript

import type { AstroConfig } from '../../types/public/config.js';
import type { ImageMetadata } from '../types.js';
export declare function makeSvgComponent(meta: ImageMetadata, contents: Buffer | string, svgoConfig: AstroConfig['experimental']['svgo']): string;