@inngest/workflow-kit
Version:
Durable visual workflows in your app, instantly
9 lines • 386 B
TypeScript
import { PublicEngineAction } from "../../types";
export declare const ActionList: ({ actions }: {
actions: PublicEngineAction[];
}) => import("react/jsx-runtime").JSX.Element;
export declare const ActionListItem: ({ action, onClick }: {
action: PublicEngineAction;
onClick: () => void;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ActionList.d.ts.map