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

9 lines (8 loc) 344 B
import type { PropsWithChildren } from 'react'; import { type BoxProps } from './Box'; type SettingsRowProps = BoxProps & PropsWithChildren<{ title: string; description: string; }>; export declare const SettingsRow: ({ title, description, children, className, }: SettingsRowProps) => import("react/jsx-runtime").JSX.Element; export {};