persona-community-5/.pnpm-store/v3/files/a7/3a9c36fcd11175913f844a9bd6577c0793b2c2604284c35ddb62d93fc82289da9ec67ce69451dea1e2a15f15b91f1d47dd357ac916b16114abc634812e4e07
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

13 lines
262 B
Plaintext

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;