@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
17 lines (15 loc) • 607 B
JavaScript
import { __export } from "../../_virtual/rolldown_runtime.js";
import { AlertDescription, AlertIcon, AlertLoading, AlertPropsContext, AlertRoot, AlertTitle, useAlertPropsContext } from "./alert.js";
//#region src/components/alert/namespace.ts
var namespace_exports = /* @__PURE__ */ __export({
Description: () => AlertDescription,
Icon: () => AlertIcon,
Loading: () => AlertLoading,
PropsContext: () => AlertPropsContext,
Root: () => AlertRoot,
Title: () => AlertTitle,
usePropsContext: () => useAlertPropsContext
});
//#endregion
export { namespace_exports };
//# sourceMappingURL=namespace.js.map