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

3 lines (2 loc) 185 B
export declare const downloadJsonFile: (content: string, filename: string) => void; export declare const downloadFile: (content: string | Blob, filename: string, type: string) => void;