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) 255 B
import type { ApiTokenResponse } from '@base/api'; type DeleteApiTokenModalProps = { token: ApiTokenResponse; isOpen: boolean; closeModal: () => void; }; export declare const DeleteApiTokenModal: React.FC<DeleteApiTokenModalProps>; export {};