@ahmadmubarak98/namozaj 1.11.3 → 1.11.5

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
@@ -329,6 +329,7 @@ export declare type NamozajField = TextFieldConfig | ColorFieldConfig | NumberFi
329
329
 
330
330
  export declare type NamozajFormMethods = RHFFormMethods & {
331
331
  validateForm: () => Promise<boolean>;
332
+ setFieldOptions: (name: string, options: FieldOption[]) => void;
332
333
  };
333
334
 
334
335
  export declare interface NamozajLocalizationOptions {