mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
8 lines
351 B
TypeScript
8 lines
351 B
TypeScript
export { toJs } from "./lib/index.js";
|
|
export { jsx } from "./lib/jsx.js";
|
|
export type Handler = import('./lib/index.js').Handler;
|
|
export type Handlers = import('./lib/index.js').Handlers;
|
|
export type Options = import('./lib/index.js').Options;
|
|
export type Result = import('./lib/index.js').Result;
|
|
export type State = import('./lib/index.js').State;
|