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) 185 B
import type { PropsWithChildren } from 'react'; type SkeletonProps = PropsWithChildren & { className?: string; }; export declare const Skeleton: React.FC<SkeletonProps>; export {};