UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

6 lines (5 loc) 178 B
import { MockNode } from '@stencil/core/mock-doc'; export declare const HtmlSerializer: { print: (val: HTMLElement | MockNode) => string; test: (val: any) => boolean; };