@lwc/engine-server
Version:
Renders LWC components in a server environment.
8 lines • 297 B
TypeScript
import type { HostElement } from './types';
/**
* Serializes an element into a string
* @param element The element to serialize
* @returns A string representation of the element
*/
export declare function serializeElement(element: HostElement): string;
//# sourceMappingURL=serializer.d.ts.map