UNPKG

uyem

Version:
7 lines (6 loc) 393 B
interface State { roomIsInactive: boolean; } export declare const changeRoomIsInactive: import("@reduxjs/toolkit").ActionCreatorWithPayload<State, string>; declare const storeRoomIsInactive: import("@reduxjs/toolkit").EnhancedStore<State, import("redux").AnyAction, [import("redux-thunk").ThunkMiddleware<State, import("redux").AnyAction, undefined>]>; export default storeRoomIsInactive;