mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
Port environments.js to @flow. (#862)
* Port environment.js to @flow. * Updated per comments.
This commit is contained in:
committed by
Kevin Barabash
parent
b4a00824d3
commit
1c344ed6ee
@@ -16,3 +16,6 @@ export type Mode = "math" | "text";
|
||||
// first argument is special and the second
|
||||
// argument is parsed normally)
|
||||
export type ArgType = "color" | "size" | "original";
|
||||
|
||||
// LaTeX display style.
|
||||
export type StyleStr = "text" | "display";
|
||||
|
Reference in New Issue
Block a user