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) 228 B
interface ChooseCharacterFileProps { handleCharacterFileChange: (content: string) => void; className?: string; } declare const ChooseCharacterFile: React.FC<ChooseCharacterFileProps>; export default ChooseCharacterFile;