setTheme.d.ts 92 B

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