@mcurros2/microm 1.1.365-0 → 1.1.366-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
@@ -394,6 +394,7 @@ export interface EntityFormProps extends PropsWithChildren {
394
394
  saveBeforeLocalNavigation?: boolean;
395
395
  saveBeforeRemoteNavigation?: boolean;
396
396
  disableOKIfNotDirty?: boolean;
397
+ formHeight?: string | number;
397
398
  }
398
399
  export const EntityFormDefaultProps: Partial<EntityFormProps>;
399
400
  export function EntityForm(props: EntityFormProps): JSX.Element;