oak-frontend-base/lib/miniprogram_npm/ec-canvas/echarts.d.ts

8 lines
190 B
TypeScript

type Options = {
width?: number;
height?: number;
devicePixelRatio?: number;
};
export declare function init(dom: any, theme?: string | null, options?: Options): any;
export {};