Appearance
type UseAxiosAbortFn = () => void;
Defined in: types.ts:46
Fn signature for aborting the request in useAxios hook.
void
1.0.0
Simon Kovtyk