UNPKG

400 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.componentConfig = void 0;
4exports.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