This commit is contained in:
hufeixiong
2021-07-10 23:19:56 +08:00
parent c27b4eb8e0
commit 7f7a839aef
20 changed files with 418 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
* @Author: yehuozhili
* @Date: 2021-02-25 21:16:58
* @LastEditors: yehuozhili
* @LastEditTime: 2021-07-10 18:29:07
* @LastEditTime: 2021-07-10 21:22:42
* @FilePath: \dooringx\packages\dooringx-lib\src\config\index.tsx
*/
import { IBlockType, IStoreData } from '../core/store/storetype';
@@ -34,7 +34,6 @@ import MmodalMask from '../core/components/defaultFormComponents/modalMask';
* @interface CacheComponentValueType
*/
export interface CacheComponentValueType {
urlFn?: () => Promise<any>;
component?: ComponentItemFactory;
}
export type CacheComponentType = Record<string, CacheComponentValueType> | {};