What problem does this feature solve?
This is solving a type error for people who use the wuba-echarts, which is a wrapper of echarts for react-native
What does the proposed API look like?
Line 9186 echarts/types/dist/shared.d.ts
declare type RendererType = 'canvas' | 'svg' | 'skia';