MindMap/frontend/node_modules/vditor/dist/ts/toolbar/Counter.d.ts

7 lines
178 B
TypeScript

/// <reference types="./types" />
export declare class Counter {
element: HTMLElement;
constructor(vditor: IVditor);
render(vditor: IVditor, mdText: string): void;
}