UNPKG
atitor
Version:
latest (0.1.1)
0.1.1
0.1.0
♏ 一款现代化 Markdown 编辑器
b3log.org/vditor
Vanessa219/vditor
atitor
/
dist
/
ts
/
markdown
/
mathRender.d.ts
11 lines
(10 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/// <reference types="./types" />
declare
global
{
interface
Window
{
MathJax
:
any
; } }
export
declare
const
mathRender
:
(
element
:
HTMLElement
,
options
?: { cdn?:
string
; math?: IMath; }
) =>
void
;