@clerk/shared
Version:
Internal package utils used by the Clerk SDKs
6 lines • 376 B
TypeScript
import { PhoneCodeChannelData } from "./types/phoneCodeChannel.js";
//#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 };