mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
18 lines
895 B
JavaScript
18 lines
895 B
JavaScript
import { __exportAll } from "../../_virtual/_rolldown/runtime.js";
|
|
import { AlertDialogPopup } from "../alert-dialog/alert-dialog-popup.js";
|
|
import { ErrorDialogClose } from "./error-dialog-close.js";
|
|
import { ErrorDialogDescription } from "./error-dialog-description.js";
|
|
import { ErrorDialogRoot } from "./error-dialog-root.js";
|
|
import { ErrorDialogTitle } from "./error-dialog-title.js";
|
|
//#region src/ui/error-dialog/index.parts.ts
|
|
var index_parts_exports = /* @__PURE__ */ __exportAll({
|
|
Close: () => ErrorDialogClose,
|
|
Description: () => ErrorDialogDescription,
|
|
Popup: () => AlertDialogPopup,
|
|
Root: () => ErrorDialogRoot,
|
|
Title: () => ErrorDialogTitle
|
|
});
|
|
//#endregion
|
|
export { ErrorDialogClose as Close, ErrorDialogDescription as Description, AlertDialogPopup as Popup, ErrorDialogRoot as Root, ErrorDialogTitle as Title, index_parts_exports };
|
|
|
|
//# sourceMappingURL=index.parts.js.map
|