@frigade/react 1.38.39 → 1.38.41

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
@@ -819,6 +819,7 @@ interface CheckBoxProps {
819
819
  appearance?: Appearance;
820
820
  className?: string;
821
821
  style?: React__default.CSSProperties;
822
+ label?: string;
822
823
  }
823
824
  declare const CheckBox: FC<CheckBoxProps>;
824
825