mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
11 lines
349 B
JavaScript
11 lines
349 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').Handler} Handler
|
|
* @typedef {import('./lib/index.js').Handlers} Handlers
|
|
* @typedef {import('./lib/index.js').Options} Options
|
|
* @typedef {import('./lib/index.js').Result} Result
|
|
* @typedef {import('./lib/index.js').State} State
|
|
*/
|
|
|
|
export {toJs} from './lib/index.js'
|
|
export {jsx} from './lib/jsx.js'
|