UNPKG

@ducor/form

Version:
3 lines (2 loc) 226 B
import { CheckboxProps } from "@ducor/types"; export declare const Checkbox: ({ label, withAsterisk, direction, name, helperText, id, className, disabled, options, }: CheckboxProps) => import("react/jsx-runtime").JSX.Element;