@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
23 lines (21 loc) • 781 B
JavaScript
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
const require_stat = require('./stat.cjs');
//#region src/components/stat/namespace.ts
var namespace_exports = /* @__PURE__ */ require_rolldown_runtime.__export({
HelperMessage: () => require_stat.StatHelperMessage,
Icon: () => require_stat.StatIcon,
Label: () => require_stat.StatLabel,
PropsContext: () => require_stat.StatPropsContext,
Root: () => require_stat.StatRoot,
Unit: () => require_stat.StatUnit,
Value: () => require_stat.StatValue,
usePropsContext: () => require_stat.useStatPropsContext
});
//#endregion
Object.defineProperty(exports, 'namespace_exports', {
enumerable: true,
get: function () {
return namespace_exports;
}
});
//# sourceMappingURL=namespace.cjs.map