UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

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