@mcurros2/microm 1.1.414-0 → 1.1.416-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
@@ -505,6 +505,8 @@ export interface EntityFormProps extends PropsWithChildren {
505
505
  okButtonVariant?: Variants<'filled' | 'outline' | 'light' | 'white' | 'default' | 'subtle' | 'gradient'>;
506
506
  disableOKIfNotDirty?: boolean;
507
507
  formHeight?: string | number;
508
+ disableOK?: boolean;
509
+ loadingOK?: boolean;
508
510
  }
509
511
  export const EntityFormDefaultProps: Partial<EntityFormProps>;
510
512
  export function EntityForm(props: EntityFormProps): JSX.Element;