UNPKG

ngx-tencent-im

Version:
7 lines (6 loc) 242 B
import { Action } from '@ngrx/store'; export interface LoginState { isLogin: boolean; } export declare const initialState: LoginState; export declare function LoginReducer(state: LoginState | undefined, action: Action): LoginState;