UNPKG

fractal-core

Version:

A minimalist and well crafted app, content or component is our conviction

6 lines (5 loc) 313 B
import { Context, Actions, Action } from '.'; export declare const action: <S>(ctx: Context<S>, actions: Actions<any>) => ([arg1, arg2]: any) => Promise<any>; export declare const SetAction: Action<any>; export declare const AddComp: (compFn: any) => Action<any>; export declare const _removeAction: Action<any>;