From ccb8baf60c8f1061f28b35850a869ee5bdf41334 Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Sun, 24 Nov 2024 03:57:19 +0300 Subject: [PATCH] chore: remove unused typings --- docs/env.d.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/env.d.ts b/docs/env.d.ts index b5d2c8856..0fca85a5c 100644 --- a/docs/env.d.ts +++ b/docs/env.d.ts @@ -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 - export default plugin -}