Skip to content

Commit 7fab4eb

Browse files
authored
Rename AcornJSXOptions to Options in index.d.ts (#124)
1 parent 20837c1 commit 7fab4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Parser } from 'acorn'
22

3-
declare const jsx: (options?: jsx.AcornJSXOptions) => (BaseParser: typeof Parser) => typeof Parser;
3+
declare const jsx: (options?: jsx.Options) => (BaseParser: typeof Parser) => typeof Parser;
44

55
declare namespace jsx {
66
interface Options {

0 commit comments

Comments
 (0)