@mcurros2/microm 1.1.447-0 → 1.1.448-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
@@ -2535,7 +2535,7 @@ export interface UseLookupOptions {
2535
2535
  entity: Entity<EntityDefinition>;
2536
2536
  lookupDefName: string;
2537
2537
  required?: boolean;
2538
- HTMLDescriptionRef: React.MutableRefObject<any>;
2538
+ HTMLDescriptionRef: React.RefObject<HTMLElement>;
2539
2539
  enableAdd?: boolean;
2540
2540
  enableEdit?: boolean;
2541
2541
  enableDelete?: boolean;