UNPKG

@enact/core

Version:

Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.

21 lines (20 loc) 500 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; Object.defineProperty(exports, "functionalKind", { enumerable: true, get: function get() { return _functionalKind.functionalKind; } }); Object.defineProperty(exports, "kind", { enumerable: true, get: function get() { return _kind.kind; } }); var _functionalKind = require("./functionalKind"); var _kind = require("./kind"); var _default = exports["default"] = _kind.kind;