PromucFlow_constructor/app/client/src/widgets/wds/WDSPhoneInputWidget/constants.ts
2023-11-21 11:07:48 +03:00

6 lines
104 B
TypeScript

export const getDefaultISDCode = () => ({
name: "United States",
dial_code: "+1",
code: "US",
});