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