/** 备注:登录 WeApps v2,在任一页面控制台输入以下代码(需要修改相应的分类名称),以获取指定分类的 COMPLEX_COMPONENT_KEYS fetch(`http://dev.weapps.woa.com/api/compositeComp/list?pageIndex=0&category=${encodeURI('审批系统')}&keyword=&pageSize=500`).then(function(response) { return response.json(); }).then(function(json) { console.log(JSON.stringify(json.data.rows.map(item => item.name), null, 2)) }); */ export declare const COMPLEX_COMPONENT_KEYS: string[]; export declare const FORM_COMPONENT_KEYS: string[]; export declare const GSD_H5_REACT_COMPONENT_KEYS: string[]; export declare const COMPONENT_SELECTABLEBLOCK_WHITELIST: string[]; export declare const MODULE_SELECTABLEBLOCK_REGEX: RegExp; //# sourceMappingURL=config.d.ts.map