swagger-editor
Version:
- [Anonymized analytics](#anonymized-analytics) - [Getting started](#getting-started) - [Prerequisites](#prerequisites) - [Installation](#installation) - [Usage](#usage) - [Development](#development) - [Prerequisites](#prerequisites) - [Setting
49 lines (48 loc) • 1.41 kB
JavaScript
import e from "../../plugins/layout/index.js";
import t from "../../plugins/splash-screen/index.js";
import n from "../../plugins/top-bar/index.js";
import r from "../../plugins/modals/index.js";
import i from "../../plugins/dialogs/index.js";
import a from "../../plugins/dropdown-menu/index.js";
import o from "../../plugins/dropzone/index.js";
import s from "../../plugins/versions/index.js";
import c from "../../plugins/editor-textarea/index.js";
import l from "../../plugins/editor-preview/index.js";
import u from "../../plugins/editor-preview-swagger-ui/index.js";
import d from "../../plugins/editor-preview-asyncapi/index.js";
import f from "../../plugins/editor-preview-api-design-systems/index.js";
import p from "../../plugins/editor-content-read-only/index.js";
import m from "../../plugins/editor-content-origin/index.js";
import h from "../../plugins/editor-content-type/index.js";
import g from "../../plugins/editor-content-persistence/index.js";
import _ from "../../plugins/editor-content-fixtures/index.js";
import v from "../../plugins/editor-content-from-file/index.js";
import y from "../../plugins/editor-safe-render/index.js";
import b from "../../plugins/util/index.js";
//#region src/presets/textarea/index.js
var x = () => [
b,
r,
i,
a,
o,
s,
c,
p,
m,
h,
g,
_,
v,
l,
u,
d,
f,
n,
t,
e,
y
];
//#endregion
export { x as default };
//# sourceMappingURL=index.js.map