mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Revert "misc: remove duplicated declarations"
This reverts commit 7e831117b6.
This commit is contained in:
@@ -81,6 +81,8 @@ class WaitForOwnerDialog extends Component {
|
||||
);
|
||||
}
|
||||
|
||||
_onCancel: () => void;
|
||||
|
||||
/**
|
||||
* Called when the cancel button is clicked.
|
||||
*
|
||||
@@ -91,6 +93,8 @@ class WaitForOwnerDialog extends Component {
|
||||
this.props.dispatch(cancelWaitForOwner());
|
||||
}
|
||||
|
||||
_onLogin: () => void;
|
||||
|
||||
/**
|
||||
* Called when the OK button is clicked.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user