UNPKG

297 BTypeScriptView Raw
1import '../../';
2
3declare module '../../' {
4 interface EditorConfiguration {
5 // if true, it will be refreshed the first time the editor becomes visible.
6 // you can pass delay (msec) time as polling duration
7 autoRefresh?: boolean | { delay: number } | undefined;
8 }
9}