UNPKG

@wufengteam/inputs

Version:

平台提供的右侧属性编辑器,需要在主工程中注册

18 lines (17 loc) 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "getCustomFn", { enumerable: true, get: function get() { return _customFn.getCustomFn; } }); Object.defineProperty(exports, "getGroupedFunctions", { enumerable: true, get: function get() { return _customFn.getGroupedFunctions; } }); var _customFn = require("./customFn");