mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
8 lines
622 B
TypeScript
8 lines
622 B
TypeScript
import { StatusIndicatorRoot, StatusIndicatorRootProps } from "./status-indicator-root.js";
|
|
import { StatusIndicatorValue, StatusIndicatorValueProps } from "./status-indicator-value.js";
|
|
declare namespace index_parts_d_exports {
|
|
export { StatusIndicatorRoot as Root, StatusIndicatorRootProps as RootProps, StatusIndicatorValue as Value, StatusIndicatorValueProps as ValueProps };
|
|
}
|
|
//#endregion
|
|
export { StatusIndicatorRoot as Root, type StatusIndicatorRootProps as RootProps, StatusIndicatorValue as Value, type StatusIndicatorValueProps as ValueProps, index_parts_d_exports };
|
|
//# sourceMappingURL=index.parts.d.ts.map
|