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

5 lines (4 loc) 282 B
import { type CharacterfileProps } from '@components/CharacterFile/CharacterfileV2'; type NewCharacterForm = Exclude<CharacterfileProps, 'template'>; export declare const NewCharacterForm: ({ ...pageParams }: NewCharacterForm) => import("react/jsx-runtime").JSX.Element; export {};