@ccs-ui/rc-pro 1.0.2 → 1.0.3
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/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/package.json +1 -1
package/es/index.d.ts
CHANGED
|
@@ -138,7 +138,7 @@ export { default as CcsFullScreenButton } from './full-screen';
|
|
|
138
138
|
export { default as useCcsGlobal } from './hooks/use-global';
|
|
139
139
|
export { default as useCcsOnceEvent } from './hooks/use-once-event';
|
|
140
140
|
export { default as useCcsPage } from './hooks/use-page';
|
|
141
|
-
export { default as
|
|
141
|
+
export { default as useCcsTabs } from './hooks/use-tabs';
|
|
142
142
|
export { default as useCcsWindow } from './hooks/use-window';
|
|
143
143
|
export { default as CcsIntervalButton } from './interval-button';
|
|
144
144
|
export { default as CcsKeepAliveTabs } from './keep-alive-tabs';
|
package/es/index.js
CHANGED
|
@@ -10,7 +10,7 @@ export { default as CcsFullScreenButton } from "./full-screen";
|
|
|
10
10
|
export { default as useCcsGlobal } from "./hooks/use-global";
|
|
11
11
|
export { default as useCcsOnceEvent } from "./hooks/use-once-event";
|
|
12
12
|
export { default as useCcsPage } from "./hooks/use-page";
|
|
13
|
-
export { default as
|
|
13
|
+
export { default as useCcsTabs } from "./hooks/use-tabs";
|
|
14
14
|
export { default as useCcsWindow } from "./hooks/use-window";
|
|
15
15
|
export { default as CcsIntervalButton } from "./interval-button";
|
|
16
16
|
export { default as CcsKeepAliveTabs } from "./keep-alive-tabs";
|