@cloudtower/eagle 0.30.7 → 0.30.9
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/cjs/coreX/OverflowTooltip/index.js +21 -8
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2351 -2342
- package/dist/esm/coreX/OverflowTooltip/index.js +21 -8
- package/dist/esm/stats1.html +1 -1
- package/dist/src/coreX/OverflowTooltip/overflowTooltip.type.d.ts +2 -1
- package/dist/stories/docs/coreX/OverflowTooltip.stories.d.ts +5 -0
- package/dist/style.css +2364 -2356
- package/package.json +4 -4
|
@@ -28,3 +28,8 @@ export declare const MultipleLine: StoryObj<OverflowTooltipProps>;
|
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare const Tooltip: StoryObj<OverflowTooltipProps>;
|
|
31
|
+
/**
|
|
32
|
+
* 自定义悬浮提示 overlay 部分样式,其余属性请参考 antd-Tooltip
|
|
33
|
+
* https://ant-design.antgroup.com/components/tooltip-cn#api
|
|
34
|
+
*/
|
|
35
|
+
export declare const CustomOverlayTooltip: StoryObj<OverflowTooltipProps>;
|