We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a6959 commit 1c1cad1Copy full SHA for 1c1cad1
complex-types.d.ts
@@ -2,7 +2,6 @@ import type {Literal} from 'mdast'
2
3
export interface Math extends Literal {
4
type: 'math'
5
- lang?: string | null
6
meta?: string | null
7
}
8
0 commit comments