We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5e748 commit 872fe18Copy full SHA for 872fe18
jsx.d.ts
@@ -1,13 +1,13 @@
1
import { VNode } from 'preact';
2
3
interface Options {
4
- jsx?: boolean;
5
- xml?: boolean;
6
- functions?: boolean
7
- functionNames?: boolean,
8
- skipFalseAttributes?: boolean
9
- pretty?: boolean | string;
+ jsx?: boolean;
+ xml?: boolean;
+ functions?: boolean;
+ functionNames?: boolean;
+ skipFalseAttributes?: boolean;
+ pretty?: boolean | string;
10
}
11
12
-export function render(vnode: VNode, context?: any, options?: Options):string;
+export function render(vnode: VNode, context?: any, options?: Options): string;
13
export default render;
0 commit comments