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 23fb79b commit e726143Copy full SHA for e726143
src/index.d.ts
@@ -3,7 +3,7 @@ import { VNode } from 'preact';
3
interface Options {
4
shallow?: boolean;
5
xml?: boolean;
6
- pretty?: boolean;
+ pretty?: boolean | string;
7
}
8
9
export function render(vnode: VNode, context?: any, options?: Options):string;
0 commit comments