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 20837c1 commit 7fab4ebCopy full SHA for 7fab4eb
index.d.ts
@@ -1,6 +1,6 @@
1
import { Parser } from 'acorn'
2
3
-declare const jsx: (options?: jsx.AcornJSXOptions) => (BaseParser: typeof Parser) => typeof Parser;
+declare const jsx: (options?: jsx.Options) => (BaseParser: typeof Parser) => typeof Parser;
4
5
declare namespace jsx {
6
interface Options {
0 commit comments