godoos/frontend/public/vditor/dist/ts/toolbar/Counter.d.ts
2024-07-25 16:41:01 +08:00

6 lines
178 B
TypeScript

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