@ahmadmubarak98/namozaj 1.8.0 → 1.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.d.ts CHANGED
@@ -377,6 +377,7 @@ export declare type PhoneFieldConfig = BaseFieldConfig & {
377
377
  translateCountry?: ((country: ParsedCountry) => string);
378
378
  dir?: "ltr" | "rtl";
379
379
  includeCountryIso?: boolean;
380
+ endAdornment?: React.ReactNode | string;
380
381
  sx?: {
381
382
  input?: SxProps<Theme> | undefined;
382
383
  inputAdornment?: SxProps<Theme> | undefined;