@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
22 lines (20 loc) • 762 B
JavaScript
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
const require_alert = require('./alert.cjs');
//#region src/components/alert/namespace.ts
var namespace_exports = /* @__PURE__ */ require_rolldown_runtime.__export({
Description: () => require_alert.AlertDescription,
Icon: () => require_alert.AlertIcon,
Loading: () => require_alert.AlertLoading,
PropsContext: () => require_alert.AlertPropsContext,
Root: () => require_alert.AlertRoot,
Title: () => require_alert.AlertTitle,
usePropsContext: () => require_alert.useAlertPropsContext
});
//#endregion
Object.defineProperty(exports, 'namespace_exports', {
enumerable: true,
get: function () {
return namespace_exports;
}
});
//# sourceMappingURL=namespace.cjs.map