@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
17 lines (15 loc) • 659 B
JavaScript
import { __esmMin, __exportAll } from "../_virtual/_rolldown/runtime.js";
import { DynamicIllustration, init_DynamicIllustration } from "./DynamicIllustration/index.js";
import { WireIllustration, init_WireIllustration } from "./WireIllustration/index.js";
//#region src/components/index.ts
var components_exports = /* @__PURE__ */ __exportAll({
DynamicIllustration: () => DynamicIllustration,
WireIllustration: () => WireIllustration
});
var init_components = __esmMin(() => {
init_DynamicIllustration();
init_WireIllustration();
});
//#endregion
init_components();
export { DynamicIllustration, WireIllustration, components_exports, init_components };