duanjiuzhou opened a new issue #14221: URL: https://github.com/apache/echarts/issues/14221
### Version 5.0.1 ### Steps to reproduce **path** ./types/dist/echarts.d.ts code ``` declare function use(ext: EChartsExtensionInstaller | EChartsExtension | (EChartsExtensionInstaller | EChartsExtension)[]): void; ``` ### What is expected? The following types are exported `EChartsExtensionInstaller | EChartsExtension | (EChartsExtensionInstaller | EChartsExtension)[])` ### What is actually happening? The following types are not exported, affecting my code type definition <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
