should change method

This commit is contained in:
hufeixiong
2021-07-19 21:45:14 +08:00
parent af5c20552f
commit 44429607d2
10 changed files with 93 additions and 46 deletions

View File

@@ -2,7 +2,7 @@
* @Author: yehuozhili
* @Date: 2021-03-14 04:22:18
* @LastEditors: yehuozhili
* @LastEditTime: 2021-07-17 16:38:22
* @LastEditTime: 2021-07-19 21:24:13
* @FilePath: \dooringx\packages\dooringx-lib\src\index.tsx
*/
@@ -57,4 +57,4 @@ export { specialCoList } from './core/utils/special';
// iframe
export { default as IframeContainer } from './components/iframeContainer';
export { default as IframeContainerWrapper } from './components/IframeWrapperMove';
export { useIframePostMessage } from './hooks';
export { useIframePostMessage, useIframeHook } from './hooks';