@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
10 lines (9 loc) • 517 B
TypeScript
import { n as CountryDetails } from "./InputPhone.types-BpnJueYp.js";
//#region src/components/InputPhone/InputPhone.constants.d.ts
declare const GROUP_NAME = "input-phone";
declare const DEFAULT_COUNTRY_CODE = "FR";
declare const countryByCountryCode: Record<string, CountryDetails>;
declare const supportedCountries: CountryDetails[];
//#endregion
export { supportedCountries as i, GROUP_NAME as n, countryByCountryCode as r, DEFAULT_COUNTRY_CODE as t };
//# sourceMappingURL=InputPhone.constants-CyrEaMYG.d.ts.map