expandMarker.d.ts 110 B

12
  1. /// <reference types="./types" />
  2. export declare const expandMarker: (range: Range, vditor: IVditor) => void;