fix(react/ribbon): solve some type errors

This commit is contained in:
Elian Doran
2025-08-27 16:16:25 +03:00
parent 461eb273d9
commit 1851336862
4 changed files with 5 additions and 83 deletions

View File

@@ -6,7 +6,7 @@ import { CSSProperties, memo } from "preact/compat";
import { useUniqueName } from "./hooks";
interface FormCheckboxProps {
name: string;
name?: string;
label: string | ComponentChildren;
/**
* If set, the checkbox label will be underlined and dotted, indicating a hint. When hovered, it will show the hint text.