@clasing/ui 0.1.63 → 0.1.65

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
@@ -401,7 +401,7 @@ declare interface OutsideClickHandlerProps {
401
401
  handler: () => void;
402
402
  }
403
403
 
404
- export declare const Popover: default_2.ForwardRefExoticComponent<IPopoverProps & default_2.RefAttributes<unknown>>;
404
+ export declare const Popover: default_2.ForwardRefExoticComponent<IPopoverProps & default_2.RefAttributes<HTMLDivElement>>;
405
405
 
406
406
  declare type PopoverPlacement = Placement;
407
407