Ben Lin
2024-06-18 077b7006de46ad644aa321843303430513126ad0
1
2
3
4
5
import Vditor from 'vditor';
 
export interface MarkDownActionType {
  getVditor: () => Vditor;
}