10 lines
349 B
JavaScript
10 lines
349 B
JavaScript
/**
|
|
* @typedef {import('./lib/types.js').Handler} Handler
|
|
* @typedef {import('./lib/types.js').Handlers} Handlers
|
|
* @typedef {import('./lib/index.js').Options} Options
|
|
* @typedef {import('./lib/index.js').Result} Result
|
|
* @typedef {import('./lib/types.js').State} State
|
|
*/
|
|
|
|
export {toJs} from './lib/index.js'
|
|
export {jsx} from './lib/jsx.js'
|