Cleanup types
This commit is contained in:
parent
b8e51076a8
commit
97cef335e8
4 changed files with 5 additions and 2 deletions
|
@ -24,6 +24,7 @@ import RightPanelStore from "../../../stores/RightPanelStore";
|
|||
import {RightPanelPhases} from "../../../stores/RightPanelStorePhases";
|
||||
import {Action} from '../../../dispatcher/actions';
|
||||
import {SetRightPanelPhasePayload, SetRightPanelPhaseRefireParams} from '../../../dispatcher/payloads/SetRightPanelPhasePayload';
|
||||
import {EventSubscription} from "fbemitter";
|
||||
|
||||
export enum HeaderKind {
|
||||
Room = "room",
|
||||
|
@ -38,7 +39,7 @@ interface IState {
|
|||
interface IProps {}
|
||||
|
||||
export default class HeaderButtons extends React.Component<IProps, IState> {
|
||||
private storeToken: ReturnType<RightPanelStore["addListener"]>;
|
||||
private storeToken: EventSubscription;
|
||||
private dispatcherRef: string;
|
||||
|
||||
constructor(props: IProps, kind: HeaderKind) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue