mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
5 lines
204 B
TypeScript
5 lines
204 B
TypeScript
import * as Chai from 'chai'
|
|
export function getOuterHtml(el: Element): string;
|
|
export function getCleanedShadowDom(el: Element): string;
|
|
export function chaiDomEquals(chai: Chai, utils: any): undefined;
|