UNPKG

next

Version:

The React Framework

4 lines (3 loc) 278 B
import { type ReducerActions } from './components/router-reducer/router-reducer-types'; export declare function useServerActionDispatcher(dispatch: React.Dispatch<ReducerActions>): void; export declare function callServer(actionId: string, actionArgs: any[]): Promise<unknown>;