UNPKG

@eccenca/gui-elements

Version:

GUI elements based on other libraries, usable in React application, written in Typescript.

8 lines 592 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExtendedCodeEditor = exports.AutoSuggestionList = void 0; const AutoSuggestionList_1 = require("./AutoSuggestionList"); Object.defineProperty(exports, "AutoSuggestionList", { enumerable: true, get: function () { return AutoSuggestionList_1.AutoSuggestionList; } }); const ExtendedCodeEditor_1 = require("./ExtendedCodeEditor"); Object.defineProperty(exports, "ExtendedCodeEditor", { enumerable: true, get: function () { return ExtendedCodeEditor_1.ExtendedCodeEditor; } }); //# sourceMappingURL=index.js.map