feat(editor): ✨ Add default country code phone
This commit is contained in:
@ -100,6 +100,7 @@ export type UrlInputOptions = OptionBase & {
|
||||
export type PhoneNumberInputOptions = OptionBase & {
|
||||
labels: { placeholder: string; button: string }
|
||||
retryMessageContent: string
|
||||
defaultCountryCode?: string
|
||||
}
|
||||
|
||||
export type TextInputOptions = OptionBase &
|
||||
|
Reference in New Issue
Block a user