bpms_site/.svn/pristine/e9/e94732bb244ca1040614d23de82699e998f8c98a.svn-base
2025-11-02 16:38:49 +03:30

5 lines
292 B
Plaintext

import { ReadonlyReducerState, ReducerState, FastRefreshAction } from '../router-reducer-types';
declare function fastRefreshReducerNoop(state: ReadonlyReducerState, _action: FastRefreshAction): ReducerState;
export declare const fastRefreshReducer: typeof fastRefreshReducerNoop;
export {};