♻️ Refactored the post item
This commit is contained in:
10
app/types/markdown-it-texmath.d.ts
vendored
Normal file
10
app/types/markdown-it-texmath.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
declare module 'markdown-it-texmath' {
|
||||
interface TexMathOptions {
|
||||
engine?: any
|
||||
delimiters?: string
|
||||
katexOptions?: Record<string, any>
|
||||
}
|
||||
|
||||
function texmath(options?: TexMathOptions): any
|
||||
export default texmath
|
||||
}
|
||||
Reference in New Issue
Block a user