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