File size: 311 Bytes
5d14125 |
1 2 3 4 5 6 7 |
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 };
|