Skip to content

Commit 872fe18

Browse files
Fix jsx.d.ts formatting
1 parent 9a5e748 commit 872fe18

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

jsx.d.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import { VNode } from 'preact';
22

33
interface Options {
4-
jsx?: boolean;
5-
xml?: boolean;
6-
functions?: boolean
7-
functionNames?: boolean,
8-
skipFalseAttributes?: boolean
9-
pretty?: boolean | string;
4+
jsx?: boolean;
5+
xml?: boolean;
6+
functions?: boolean;
7+
functionNames?: boolean;
8+
skipFalseAttributes?: boolean;
9+
pretty?: boolean | string;
1010
}
1111

12-
export function render(vnode: VNode, context?: any, options?: Options):string;
12+
export function render(vnode: VNode, context?: any, options?: Options): string;
1313
export default render;

0 commit comments

Comments
 (0)