UNPKG

astro

Version:

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

4 lines (3 loc) 281 B
import type { SSRResult } from '../../../types/public/internal.js'; export declare function componentIsHTMLElement(Component: unknown): boolean; export declare function renderHTMLElement(result: SSRResult, constructor: typeof HTMLElement, props: any, slots: any): Promise<string>;