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

10 lines (9 loc) 253 B
interface StepProps { title: string; description: string | React.ReactNode; className?: string; customTopElement?: string | React.ReactNode; children?: React.ReactNode; } declare const Step: React.FC<StepProps>; export default Step;