We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309e507 commit 2846a8eCopy full SHA for 2846a8e
typings/pretty-dom.d.ts
@@ -1,4 +1,7 @@
1
+import {Options} from 'pretty-format'
2
+
3
export function prettyDOM(
4
element: HTMLElement,
5
maxLength?: number,
6
+ options?: Options,
7
): string | false
0 commit comments