UNPKG

@serendie/ui

Version:

Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric

5 lines (4 loc) 261 B
import { ChoiceBoxProps } from '../../ChoiceBox'; export declare const BodyCheckbox: ({ checked, onChange, value, state, ...props }: { state?: "enabled" | "hovered" | "selected"; } & Omit<ChoiceBoxProps, "type">) => import("react/jsx-runtime").JSX.Element;