@clasing/ui 0.1.62 → 0.1.64
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 +1 -1
- package/dist/index.es.js +2233 -12173
- package/dist/index.umd.js +10 -39
- package/dist/style.css +1 -1
- package/package.json +1 -1
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<
|
|
404
|
+
export declare const Popover: default_2.ForwardRefExoticComponent<IPopoverProps & default_2.RefAttributes<HTMLDivElement>>;
|
|
405
405
|
|
|
406
406
|
declare type PopoverPlacement = Placement;
|
|
407
407
|
|