@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) • 672 B
JavaScript
import { __export } from "../../_virtual/rolldown_runtime.js";
import { BlockquoteCaption, BlockquoteCite, BlockquoteContent, BlockquoteIcon, BlockquotePropsContext, BlockquoteRoot, useBlockquotePropsContext } from "./blockquote.js";
//#region src/components/blockquote/namespace.ts
var namespace_exports = /* @__PURE__ */ __export({
Caption: () => BlockquoteCaption,
Cite: () => BlockquoteCite,
Content: () => BlockquoteContent,
Icon: () => BlockquoteIcon,
PropsContext: () => BlockquotePropsContext,
Root: () => BlockquoteRoot,
usePropsContext: () => useBlockquotePropsContext
});
//#endregion
export { namespace_exports };
//# sourceMappingURL=namespace.js.map