mirror of
https://github.com/wassname/talk.git
synced 2026-08-02 13:10:23 +08:00
Fix types
This commit is contained in:
@@ -15,8 +15,8 @@ interface PopupProps {
|
||||
|
||||
export default class Popup extends Component<PopupProps> {
|
||||
private ref: Window | null = null;
|
||||
private detectCloseInterval: NodeJS.Timer | null = null;
|
||||
private resetCallbackInterval: NodeJS.Timer | null = null;
|
||||
private detectCloseInterval: any = null;
|
||||
private resetCallbackInterval: any = null;
|
||||
|
||||
constructor(props: PopupProps) {
|
||||
super(props);
|
||||
|
||||
Reference in New Issue
Block a user