UNPKG

@velis/dynamicforms

Version:

Data entry boilerplate components and a RESTful API consumer

5 lines 283 B
import type { ActionsNS } from './namespace'; type ActionHandlerComposable = ActionsNS.ActionHandlerComposable; export declare function useActionHandler(payload?: any, firstToLast?: boolean): ActionHandlerComposable; export {}; //# sourceMappingURL=action-handler-composable.d.ts.map