rbro-tat-uds 1.6.1 → 1.6.2

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.
@@ -16,7 +16,7 @@ export interface TextInputProps extends Omit<InputHTMLAttributes<HTMLInputElemen
16
16
  leftButtonIcon?: keyof typeof IconsList;
17
17
  rightButtonIcon?: keyof typeof IconsList;
18
18
  rightButtonOnClick?: () => void;
19
- onCloseModal?: () => void;
19
+ onCloseNumpad?: () => void;
20
20
  numpad?: boolean;
21
21
  numpadOffset?: number;
22
22
  numpadFloatNumber?: boolean;