mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 19:42:46 +08:00
about graphic
111
This commit is contained in:
2
types/echarts/index.d.ts
vendored
2
types/echarts/index.d.ts
vendored
@@ -30,7 +30,7 @@ declare namespace echarts {
|
||||
function registerTheme(themeName: string, theme: Object): void;
|
||||
|
||||
interface LinearGradient {
|
||||
colorStops: Array<object>;
|
||||
colorStops: Array<Object>;
|
||||
global: boolean;
|
||||
type: string;
|
||||
x: number
|
||||
|
||||
Reference in New Issue
Block a user