diff --git a/index.d.ts b/index.d.ts index 7e22c45..272b20f 100644 --- a/index.d.ts +++ b/index.d.ts @@ -400,7 +400,7 @@ This simply means that `chalk.red.yellow.green` is equivalent to `chalk.green`. */ declare const chalk: chalk.Chalk & chalk.ChalkFunction & { supportsColor: chalk.ColorSupport | false; - Level: typeof LevelEnum; + Level: chalk.Level; Color: Color; ForegroundColor: ForegroundColor; BackgroundColor: BackgroundColor;