Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface SelectCountryCodeOptions { /** Le code de pays (p. ex. 'US', 'GB') */ country_code: string; /** L’indicatif téléphonique (p. ex. '+1', '+44') */ phone_prefix: string; /** Toutes les options personnalisées supplémentaires */ [key: string]: string | number | boolean | undefined; }
key
string
number
boolean
undefined