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) 267 B
import * as RadixCheckbox from '@radix-ui/react-checkbox'; import type React from 'react'; type CheckboxProps = RadixCheckbox.CheckboxProps & { label?: string; containerClassName?: string; }; export declare const Checkbox: React.FC<CheckboxProps>; export {};