11 lines
No EOL
338 B
TypeScript
11 lines
No EOL
338 B
TypeScript
/**
|
|
* Plugin to add support for parsing and serializing JSX.
|
|
*
|
|
* @this {Processor}
|
|
* Processor.
|
|
* @returns {undefined}
|
|
* Nothing.
|
|
*/
|
|
export default function recmaJsx(this: Processor<undefined, undefined, undefined, undefined, undefined>): undefined;
|
|
import type { Processor } from 'unified';
|
|
//# sourceMappingURL=index.d.ts.map
|