uyem
Version:
WebRTC client-server SFU application
8 lines (7 loc) • 399 B
TypeScript
import { AlertProps } from '../types';
interface State {
alert: AlertProps;
}
export declare const changeAlert: import("@reduxjs/toolkit").ActionCreatorWithPayload<State, string>;
declare const storeAlert: import("@reduxjs/toolkit").EnhancedStore<State, import("redux").AnyAction, [import("redux-thunk").ThunkMiddleware<State, import("redux").AnyAction, undefined>]>;
export default storeAlert;