1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.componentConfig = void 0;
|
4 | exports.componentConfig = {
|
5 | includes: new Set(['view', 'catch-view', 'static-view', 'pure-view', 'scroll-view', 'image', 'static-image', 'text', 'static-text']),
|
6 | exclude: new Set(),
|
7 | thirdPartyComponents: new Map(),
|
8 | includeAll: false
|
9 | };
|
10 | //# sourceMappingURL=component.js.map |
\ | No newline at end of file |