UNPKG

admin-bro

Version:
4 lines (3 loc) 250 B
import { ActionResponse } from '../../../backend/actions/action.interface'; import { ActionCallCallback } from '.'; export declare const useActionResponseHandler: (onActionCall?: ActionCallCallback | undefined) => (response: ActionResponse) => void;