UNPKG

@ultraviolet/illustrations

Version:
17 lines (15 loc) 659 B
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 };