@inntechcorp/it-design 2.0.111 → 2.0.113

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/index.d.ts CHANGED
@@ -423,7 +423,7 @@ type FormContextType = {
423
423
  isFormValid: () => boolean;
424
424
  isFieldsValid: (names: string[]) => boolean;
425
425
  isFieldValid: (name: string) => boolean;
426
- resetFields: (update: boolean, validation: boolean) => void;
426
+ resetFields: (update?: boolean, validation?: boolean) => void;
427
427
  removeFields: () => void;
428
428
  formId: string;
429
429
  updated: {};