UNPKG

@inngest/workflow-kit

Version:
9 lines 386 B
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