UNPKG

@clerk/shared

Version:

Internal package utils used by the Clerk SDKs

6 lines 377 B
import { PhoneCodeChannelData } from "./types/phoneCodeChannel.mjs"; //#region src/alternativePhoneCode.d.ts declare const ALTERNATIVE_PHONE_CODE_PROVIDERS: PhoneCodeChannelData[]; declare const getAlternativePhoneCodeProviderData: (channel?: string) => PhoneCodeChannelData | null; //#endregion export { ALTERNATIVE_PHONE_CODE_PROVIDERS, getAlternativePhoneCodeProviderData };