Skip to content

Commit

Permalink
fix(import): fix import typings
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinOrange committed Oct 20, 2024
1 parent 03a6665 commit 1bf30e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Root} from 'hast'
import {Plugin} from 'unified'
import type {Root} from 'hast'
import type {Plugin} from 'unified'
import {visit} from 'unist-util-visit'

const rehypeKatexNoTranslate: Plugin<[], Root> = () => {
Expand Down

0 comments on commit 1bf30e7

Please sign in to comment.