@ahmadmubarak98/namozaj 1.15.3 → 1.15.4

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
@@ -368,6 +368,7 @@ export declare type NamozajFormMethods = RHFFormMethods & {
368
368
  validateForm: () => Promise<boolean>;
369
369
  setFieldOptions: (name: string, options: FieldOption[]) => void;
370
370
  markAsClean: () => void;
371
+ markAsDirty: () => void;
371
372
  };
372
373
 
373
374
  export declare interface NamozajLocalizationOptions {