karthik-2905's picture
Upload folder using huggingface_hub
5d14125 verified
import { PhoneCodeChannelData } from '@clerk/types';
declare const ALTERNATIVE_PHONE_CODE_PROVIDERS: PhoneCodeChannelData[];
declare const getAlternativePhoneCodeProviderData: (channel?: string) => PhoneCodeChannelData | null;
export { ALTERNATIVE_PHONE_CODE_PROVIDERS, getAlternativePhoneCodeProviderData };