Urara-Blog/node_modules/.pnpm-store/v3/files/a7/3a9c36fcd11175913f844a9bd6577c0793b2c2604284c35ddb62d93fc82289da9ec67ce69451dea1e2a15f15b91f1d47dd357ac916b16114abc634812e4e07
2022-08-14 01:14:53 +08:00

12 lines
262 B
Text

import { Parser } from 'acorn'
declare const jsx: (options?: jsx.Options) => (BaseParser: typeof Parser) => typeof Parser;
declare namespace jsx {
interface Options {
allowNamespacedObjects?: boolean;
allowNamespaces?: boolean;
}
}
export = jsx;