docs(docs-infra): remove temporary shiki dts (#63253)

The tooling now supports reading `d.mts` typing files

PR Close #63253
This commit is contained in:
Matthieu Riegler 2025-08-20 00:58:51 +02:00 committed by Jessica Janiuk
parent c3c9a9eed3
commit 2aa9775078
2 changed files with 0 additions and 24 deletions

View file

@ -1,12 +0,0 @@
// This definition file is a temporary workaround until the toolchain is able to read d.mts definition files
// TODO: delete this file when the toolchains supports .d.mts files
declare module 'shiki' {
function createHighlighter(params: {
themes: any[];
langs: string[];
cssVariablePrefix?: string;
defaultColor?: boolean;
}): unknown;
type HighlighterGeneric<BundledLangKeys, BundledThemeKeys> = any;
}

View file

@ -1,12 +0,0 @@
// This definition file is a temporary workaround until the toolchain is able to read d.mts definition files
// TODO: delete this file when the toolchains supports .d.mts files
declare module 'shiki' {
function createHighlighter(params: {
themes: any[];
langs: string[];
cssVariablePrefix?: string;
defaultColor?: boolean;
}): unknown;
type HighlighterGeneric<BundledLangKeys, BundledThemeKeys> = any;
}