Files
dealplustech/dealplustech-astro/node_modules/astro/dist/runtime/server/render/dom.d.ts
2026-03-02 12:35:14 +07:00

4 lines
281 B
TypeScript

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>;