mathup
Version:
Easy MathML authoring tool with a quick to write syntax
11 lines • 341 B
TypeScript
export { default as toDOM } from "./to-dom.js";
export { default as toString } from "./to-string.js";
export { default as updateDOM } from "./update-dom.js";
export type RenderOptions = {
/**
* - Whether to wrap the output in a <math>
* tag. Default is `false`
*/
bare?: boolean;
};
//# sourceMappingURL=index.d.ts.map