first commit
This commit is contained in:
6
public/static/js/markdown/addons/cherry-code-block-plantuml-plugin.d.ts
vendored
Normal file
6
public/static/js/markdown/addons/cherry-code-block-plantuml-plugin.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export default class PlantUMLCodeEngine {
|
||||
static install(cherryOptions: any, args: any): void;
|
||||
constructor(plantUMLOptions?: {});
|
||||
baseUrl: any;
|
||||
render(src: any, sign: any): string;
|
||||
}
|
||||
Reference in New Issue
Block a user