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) 290 B
import { type Control } from 'react-hook-form'; import type { CharacterFormSchemaV2 } from '@base/config/v2/schema'; type CharacterfileAvatarProps = { control: Control<CharacterFormSchemaV2>; }; export declare const CharacterfileAvatarV2: React.FC<CharacterfileAvatarProps>; export {};