7 lines
250 B
TypeScript
7 lines
250 B
TypeScript
export {buildJsx} from './lib/index.js'
|
|
export type Options = import('./lib/index.js').Options
|
|
export type Runtime = import('./lib/index.js').Runtime
|
|
/**
|
|
* To do: remove next major (replaced by `Options` ).
|
|
*/
|
|
export type BuildJsxOptions = Options
|