File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export interface ReplProps {
41
41
current : string ;
42
42
setCurrent : ( tabId : string ) => void ;
43
43
onEditorReady ?: ( editor : mEditor . IStandaloneCodeEditor ) => unknown ;
44
- ref ?: HTMLDivElement | ( ( el : HTMLDivElement ) => void ) | undefined ;
44
+ ref ?: HTMLDivElement | ( ( el : HTMLDivElement ) => void ) ;
45
45
}
46
46
47
47
export const Repl : Component < ReplProps > = ( props ) => {
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export declare const Repl: Component<{
14
14
setCurrent : ( x : string ) => void ;
15
15
version ?: string ;
16
16
onEditorReady ?: ( editor : mEditor . IStandaloneCodeEditor ) => unknown ;
17
+ ref ?: HTMLDivElement | ( ( el : HTMLDivElement ) => void ) ;
17
18
} > ;
18
19
19
20
export interface Tab {
You can’t perform that action at this time.
0 commit comments