IOweb/node_modules/recma-build-jsx/lib/index.d.ts
2026-07-03 15:07:38 -05:00

13 lines
No EOL
416 B
TypeScript

/**
* Plugin to build JSX.
*
* @param {Options | null | undefined} [options]
* Configuration (optional).
* @returns
* Transform.
*/
export default function recmaJsx(options?: Options | null | undefined): (tree: Program, file: VFile) => undefined;
import type { Options } from 'recma-build-jsx';
import type { Program } from 'estree';
import type { VFile } from 'vfile';
//# sourceMappingURL=index.d.ts.map