This repository has been archived on 2026-05-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blowfish/assets/lib/mermaid/diagrams/gantt/ganttRenderer.d.ts
T
2024-03-07 20:32:21 +00:00

8 lines
210 B
TypeScript

export function setConf(): void;
export function draw(text: any, id: any, version: any, diagObj: any): void;
declare namespace _default {
export { setConf };
export { draw };
}
export default _default;