UNPKG

mathup

Version:

Easy MathML authoring tool with a quick to write syntax

12 lines 509 B
declare const _default: Map<import("../../tokenizer/index.js").TokenType, Handler>; export default _default; export type TokenType = import("../../tokenizer/index.js").TokenType; export type State = import("../parse.js").State; export type Node = import("../index.js").Node; export type Literal = import("../index.js").Literal; export type Handler = (state: State) => { node: Node; end: number; }; export type LiteralType = "Ident" | "Number" | "Operator" | "Text"; //# sourceMappingURL=index.d.ts.map