Skip to content

Commit

Permalink
Make setBusy accept a bool
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin04 committed Sep 18, 2020
1 parent d96064e commit 8f4fda0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/react-console.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class extends React.Component<ConsoleProps, ConsoleState> {
logX: (type: string, ...messages: any[]) => void;
logTable: (tableObject: object[]) => void;
return: () => void;
setBusy: () => void;
setBusy: (busy : boolean) => void;
clearScreen: () => void;
componentDidMount(): void;
focus: () => void;
Expand Down

0 comments on commit 8f4fda0

Please sign in to comment.