Skip to content

Commit

Permalink
chore: remove unused typings
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Nov 24, 2024
1 parent aa6675a commit ccb8baf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,3 @@ declare module '*.svg?raw' {
let content: string
export default content
}

declare module 'remark-sectionize' {
import type { Plugin } from 'unified'
import type { Root } from 'mdast'

let plugin: Plugin<object, Root>
export default plugin
}

0 comments on commit ccb8baf

Please sign in to comment.