@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
19 lines (17 loc) • 734 B
JavaScript
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
const require_circle_progress = require('./circle-progress.cjs');
//#region src/components/circle-progress/namespace.ts
var namespace_exports = /* @__PURE__ */ require_rolldown_runtime.__export({
Label: () => require_circle_progress.CircleProgressLabel,
PropsContext: () => require_circle_progress.CircleProgressPropsContext,
Root: () => require_circle_progress.CircleProgressRoot,
usePropsContext: () => require_circle_progress.useCircleProgressPropsContext
});
//#endregion
Object.defineProperty(exports, 'namespace_exports', {
enumerable: true,
get: function () {
return namespace_exports;
}
});
//# sourceMappingURL=namespace.cjs.map