Skip to content

Commit d96064e

Browse files
committed
Add missing type information
1 parent 4b45ac5 commit d96064e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,12 @@ export default class extends React.Component<ConsoleProps, ConsoleState> {
5151
focus?: HTMLElement;
5252
};
5353
log: (...messages: any[]) => void;
54+
updateLastLog: (...messages: any[]) => void;
5455
logX: (type: string, ...messages: any[]) => void;
56+
logTable: (tableObject: object[]) => void;
5557
return: () => void;
58+
setBusy: () => void;
59+
clearScreen: () => void;
5660
componentDidMount(): void;
5761
focus: () => void;
5862
blur: () => void;

0 commit comments

Comments
 (0)