@ichooss/xflow
Version:
[English (US)](README.md) | 简体中文
7 lines • 361 B
TypeScript
import { Export } from '@antv/x6-plugin-export';
export declare const useExport: () => {
exportPNG: (fileName?: string, options?: Export.ToImageOptions) => void;
exportJPEG: (fileName?: string, options?: Export.ToImageOptions) => void;
exportSVG: (fileName?: string, options?: Export.ToSVGOptions) => void;
};
//# sourceMappingURL=useExport.d.ts.map