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

11 lines
268 B
TypeScript

import type {Options as BuildJsxOptions} from 'estree-util-build-jsx'
export interface Options extends BuildJsxOptions {
/**
* Automatically handled;
* not needed to pass in `recma-build-jsx`
*/
filePath?: never
}
export {default} from './lib/index.js'