UNPKG

@tarojs/mini-runner

Version:

Mini app runner for taro

9 lines 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QUICKAPP_SPECIAL_COMPONENTS = void 0; exports.QUICKAPP_SPECIAL_COMPONENTS = new Set([ 'View', 'Text', 'Block' ]); //# sourceMappingURL=constants.js.map