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

9 lines (8 loc) 252 B
import type React from 'react'; type CreateApiTokenModalProps = { isOpen: boolean; closeModal: () => void; isNameUnique: (name: string) => boolean; }; export declare const CreateApiTokenModal: React.FC<CreateApiTokenModalProps>; export {};