chore: update deps

This commit is contained in:
Justineo
2023-08-01 19:54:01 +08:00
parent e48067c5d3
commit 3da9f285ff
7 changed files with 2146 additions and 2604 deletions

View File

@ -20,7 +20,7 @@ const METHOD_NAMES = [
"dispose"
] as const;
type MethodName = typeof METHOD_NAMES[number];
type MethodName = (typeof METHOD_NAMES)[number];
type PublicMethods = Pick<EChartsType, MethodName>;