UNPKG

atitor

Version:

♏ 一款现代化 Markdown 编辑器

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