UNPKG

@dfsj/echarts

Version:

专业的水文曲线组件或构造函数以及通用的echart二次封装图表

10 lines (9 loc) 243 B
export interface IDownOptions { name?: string; suffix?: string; pixelRatio?: number; backgroundColor?: string; } export declare function useDownLoad(getFn: any): { downloadImg: (options?: Partial<IDownOptions>) => void; };