test-stpr-ui-kit 0.5.57 → 0.5.58
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.
|
@@ -549,7 +549,7 @@ declare type TModalVerticalAlign = "center" | "top";
|
|
|
549
549
|
export declare type TOnChangeCheckbox = (event: default_2.ChangeEvent<HTMLInputElement>, data: {
|
|
550
550
|
name: string;
|
|
551
551
|
value?: string;
|
|
552
|
-
checked
|
|
552
|
+
checked: boolean;
|
|
553
553
|
}) => void;
|
|
554
554
|
|
|
555
555
|
export declare type TOnChangeDatePicker = (data: {
|