@webex/cc-components 1.28.0-next.20 → 1.28.0-next.22

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.
@@ -20,7 +20,7 @@ declare const updateDialNumberLabel: (selectedOption: string, setDialNumberLabel
20
20
  * @param {string} input
21
21
  * @returns {boolean} whether or not to show a validation error
22
22
  */
23
- declare const validateDialNumber: (input: string, dialNumberRegex: null | string, setDNErrorText: (error: string) => void, logger: any) => boolean;
23
+ declare const validateDialNumber: (input: string, setDNErrorText: (error: string) => void, logger: any) => boolean;
24
24
  declare const createStationLoginRefs: (logger: any) => {
25
25
  multiSignInModalRef: import("react").MutableRefObject<HTMLDialogElement>;
26
26
  ccSignOutModalRef: import("react").MutableRefObject<HTMLDialogElement>;