We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CompileData
1 parent ca26940 commit c012b9aCopy full SHA for c012b9a
complex-types.d.ts
@@ -1,5 +1,13 @@
1
import type {Literal} from 'mdast'
2
3
+declare module 'mdast-util-from-markdown' {
4
+ // eslint-disable-next-line @typescript-eslint/consistent-type-definitions
5
+ interface CompileData {
6
+ // Register a new field.
7
+ mathFlowInside?: boolean | undefined
8
+ }
9
+}
10
+
11
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
12
export interface Math extends Literal {
13
type: 'math'
0 commit comments