UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

14 lines (13 loc) 580 B
import type * as d from '@stencil/core/internal'; export declare function toEqualHtml(input: string | HTMLElement | ShadowRoot, shouldEqual: string): { message: () => string; pass: boolean; }; export declare function toEqualLightHtml(input: string | HTMLElement | ShadowRoot, shouldEqual: string): { message: () => string; pass: boolean; }; export declare function compareHtml(input: string | HTMLElement | ShadowRoot, shouldEqual: string, serializeShadowRoot: d.SerializeDocumentOptions['serializeShadowRoot']): { message: () => string; pass: boolean; };