Files
homewebsite/node_modules/astro/dist/runtime/server/serialize.d.ts
2025-10-17 20:17:33 +00:00

3 lines
172 B
TypeScript

import type { AstroComponentMetadata } from '../../types/public/internal.js';
export declare function serializeProps(props: any, metadata: AstroComponentMetadata): string;