UNPKG

@rxflow/base

Version:

BaseFlow - 核心 Flow 组件库

18 lines 506 B
/** * @author: yanxianliang * @date: 2025-08-26 14:29 * @modified:2025/8/26 14:29 by yanxianliang * @desc: 导出 * * 支持导出 yaml、PNG、PDF * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ /** * 导出插件,暂时不好处理,先 pending */ export declare const exportPlugin: { exportYaml: (data: Record<string, any>, fileName?: string) => void; exportPng: (container: HTMLDivElement, scale?: number) => Promise<void>; }; //# sourceMappingURL=index.d.ts.map