Skip to content

Commit

Permalink
Add missing type information
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin04 committed Sep 18, 2020
1 parent 4b45ac5 commit d96064e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,12 @@ export default class extends React.Component<ConsoleProps, ConsoleState> {
focus?: HTMLElement;
};
log: (...messages: any[]) => void;
updateLastLog: (...messages: any[]) => void;
logX: (type: string, ...messages: any[]) => void;
logTable: (tableObject: object[]) => void;
return: () => void;
setBusy: () => void;
clearScreen: () => void;
componentDidMount(): void;
focus: () => void;
blur: () => void;
Expand Down

0 comments on commit d96064e

Please sign in to comment.