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

8 lines (7 loc) 281 B
import { type Control } from 'react-hook-form'; import type { CharacterFormSchema } from '@base/config/schema'; type CharacterfileAvatarProps = { control: Control<CharacterFormSchema>; }; export declare const CharacterfileAvatar: React.FC<CharacterfileAvatarProps>; export {};