@ahmadmubarak98/namozaj 1.4.0 → 1.4.2

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
@@ -235,7 +235,7 @@ export declare const Namozaj: default_2.ForwardRefExoticComponent<DynamicFormPro
235
235
 
236
236
  export declare interface NamozajLocalizationOptions {
237
237
  locales: string[];
238
- translatedLabelSuffix?: (label: string, locale: string) => string;
238
+ translatedLabel?: (label: string, locale: string) => string;
239
239
  translatedFieldNameSuffix?: (locale: string) => string;
240
240
  translatedFieldGrid?: (field: DynamicFormField, locale: string) => GridColumnConfig;
241
241
  localePicker?: {