UNPKG

@reactant/cli

Version:
3 lines (2 loc) 219 B
import { Context, PlatformAction, PluginAction } from '@reactant/types'; export declare function registerActions(registerActionName?: (actionName: string, context: Context) => void): [PluginAction[], PlatformAction[]];