design-system-silkhaus 3.2.0-beta.dropdown.7 → 3.2.0-beta.dropdown.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -283,7 +283,7 @@ export declare const Checkbox: default_2.ForwardRefExoticComponent<CheckboxProps
283
283
  export declare interface CheckboxProps extends HTMLAttributes<HTMLInputElement> {
284
284
  isChecked: boolean;
285
285
  onSelectionChange?: () => void;
286
- label?: string;
286
+ label?: default_2.ReactNode;
287
287
  onClick?: (e: default_2.MouseEvent) => void;
288
288
  disabled?: boolean;
289
289
  className?: string;