This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch enhance-workflow in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 92e3416ee5b8253bc5753b6da5e04e99a33c3fef Author: pissang <[email protected]> AuthorDate: Tue Apr 20 20:22:02 2021 +0800 fix(type): remove template string in exported type. #14716 --- src/util/types.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/util/types.ts b/src/util/types.ts index 50d255f..62ddb56 100644 --- a/src/util/types.ts +++ b/src/util/types.ts @@ -1356,8 +1356,6 @@ export type ComponentItemTooltipLabelFormatterParams = { // properies key array like ['name'] $vars: string[] } & { - [key in `${ComponentMainType}Index`]: number -} & { // Other properties [key in string]: unknown }; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
