x-next 0.0.0-alpha.55 → 0.0.0-alpha.56
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
@@ -5,7 +5,7 @@ import { default as MessageBox } from './components/message-box/warp';
|
|
5
5
|
import { default as Notification } from './components/notification/warp';
|
6
6
|
export * from './components';
|
7
7
|
export { Dialog, Message, MessageBox, Notification };
|
8
|
-
export {
|
8
|
+
export { useResizeObserver } from './_hooks/use-resize-observer.ts';
|
9
9
|
declare const XNext: {
|
10
10
|
install: (app: App) => void;
|
11
11
|
};
|
package/dist/index.es.js
CHANGED
@@ -11459,6 +11459,6 @@ export {
|
|
11459
11459
|
Tu as TimelineItem,
|
11460
11460
|
nn as Tooltip,
|
11461
11461
|
Fu as TrendChart,
|
11462
|
-
|
11463
|
-
|
11462
|
+
Zu as default,
|
11463
|
+
Hl as useResizeObserver
|
11464
11464
|
};
|