UNPKG

@fleek-platform/agents-ui

Version:

The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward

7 lines (6 loc) 198 B
import type React from 'react'; export type ReviewPageProps = { onDeployBtnClick: () => void; handleRestartFlow: () => void; }; export declare const ReviewPageV2: React.FC<ReviewPageProps>;