@mcurros2/microm 1.1.415-0 → 1.1.417-0

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
@@ -506,6 +506,7 @@ export interface EntityFormProps extends PropsWithChildren {
506
506
  disableOKIfNotDirty?: boolean;
507
507
  formHeight?: string | number;
508
508
  disableOK?: boolean;
509
+ loadingOK?: boolean;
509
510
  }
510
511
  export const EntityFormDefaultProps: Partial<EntityFormProps>;
511
512
  export function EntityForm(props: EntityFormProps): JSX.Element;