mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-06-28 15:45:35 +08:00
7 lines
199 B
TypeScript
7 lines
199 B
TypeScript
![]() |
export default class PlantUMLCodeEngine {
|
||
|
static install(cherryOptions: any, args: any): void;
|
||
|
constructor(plantUMLOptions?: {});
|
||
|
baseUrl: any;
|
||
|
render(src: any, sign: any): string;
|
||
|
}
|