UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

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