Remove const from LevelEnum
This commit is contained in:
parent
797461ee32
commit
9a2614ef97
1 changed files with 1 additions and 1 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
|
@ -1,4 +1,4 @@
|
|||
declare const enum LevelEnum {
|
||||
declare enum LevelEnum {
|
||||
/**
|
||||
All colors disabled.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue