/usr/share/nodejs/@types/codemirror/addon/display
NameSizeModeActions
autorefresh.d.ts2970644editdlrm
fullscreen.d.ts4040644editdlrm
panel.d.ts18540644editdlrm
placeholder.d.ts4290644editdlrm
rulers.d.ts4040644editdlrm
Edit: /usr/share/nodejs/@types/codemirror/addon/display/autorefresh.d.ts (297B)
import '../../'; declare module '../../' { interface EditorConfiguration { // if true, it will be refreshed the first time the editor becomes visible. // you can pass delay (msec) time as polling duration autoRefresh?: boolean | { delay: number } | undefined; } }