Skip to content

Commit 8f4fda0

Browse files
committed
Make setBusy accept a bool
1 parent d96064e commit 8f4fda0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/react-console.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default class extends React.Component<ConsoleProps, ConsoleState> {
5555
logX: (type: string, ...messages: any[]) => void;
5656
logTable: (tableObject: object[]) => void;
5757
return: () => void;
58-
setBusy: () => void;
58+
setBusy: (busy : boolean) => void;
5959
clearScreen: () => void;
6060
componentDidMount(): void;
6161
focus: () => void;

0 commit comments

Comments
 (0)