IOweb/node_modules/astro/dist/runtime/server/serialize.d.ts
2026-07-03 15:07:38 -05:00

2 lines
173 B
TypeScript

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