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) 245 B
interface SwitchProps { checked: boolean; disabled?: boolean; onToggle: (checked: boolean) => void; } export declare const Switch: ({ checked, disabled, onToggle }: SwitchProps) => import("react/jsx-runtime").JSX.Element; export {};