UNPKG

@reactant/types

Version:
9 lines (8 loc) 263 B
import { Context } from './context'; export declare type ActionResult = Context | void | null | boolean; export * from './config'; export * from './context'; export * from './core'; export * from './helpers'; export * from './platform'; export * from './plugin';