Ben Lin
2024-10-27 914c18aa66a7fbde2d54a05cdf583138bf7f230b
1
2
3
4
5
import Vditor from 'vditor';
 
export interface MarkDownActionType {
  getVditor: () => Vditor;
}