typing.ts 96 Bytes
import Vditor from 'vditor';
export interface MarkDownActionType {
  getVditor: () => Vditor;
}