PromucFlow_constructor/app/client/src/widgets/wds/WDSPhoneInputWidget/constants.ts

6 lines
104 B
TypeScript
Raw Normal View History

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