UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

25 lines (19 loc) 760 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.registerReactAttributePlugin = exports.registerHtmlAttributePlugin = void 0; var html_attribute_plugin_1 = require("../plugins/builtin-plugin/html-attribute-plugin"); Object.defineProperty(exports, "registerHtmlAttributePlugin", { enumerable: !0, get: function() { return html_attribute_plugin_1.registerHtmlAttributePlugin; } }); var react_attribute_plugin_1 = require("../plugins/builtin-plugin/react-attribute-plugin"); Object.defineProperty(exports, "registerReactAttributePlugin", { enumerable: !0, get: function() { return react_attribute_plugin_1.registerReactAttributePlugin; } }); //# sourceMappingURL=attribute.js.map