mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
12 lines
524 B
JavaScript
12 lines
524 B
JavaScript
import { __exportAll } from "../../_virtual/_rolldown/runtime.js";
|
|
import { StatusIndicatorRoot } from "./status-indicator-root.js";
|
|
import { StatusIndicatorValue } from "./status-indicator-value.js";
|
|
//#region src/ui/status-indicator/index.parts.ts
|
|
var index_parts_exports = /* @__PURE__ */ __exportAll({
|
|
Root: () => StatusIndicatorRoot,
|
|
Value: () => StatusIndicatorValue
|
|
});
|
|
//#endregion
|
|
export { StatusIndicatorRoot as Root, StatusIndicatorValue as Value, index_parts_exports };
|
|
|
|
//# sourceMappingURL=index.parts.js.map
|