@inntechcorp/it-design 2.0.267 → 2.0.268

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
@@ -471,6 +471,7 @@ type FormContextType = {
471
471
  register: (item: FormItemProps) => void;
472
472
  unregister: (name: string) => void;
473
473
  hasField: (name: string) => boolean;
474
+ checkFormIsValid: () => boolean;
474
475
  getValues: () => {};
475
476
  getFieldValue: (name: string) => FormValueProps;
476
477
  getFieldValueByName: (name: string) => FormValueProps;