Files
talk-pro/node_modules/astro/dist/runtime/server/serialize.d.ts

3 lines
173 B
TypeScript
Raw Normal View History

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