@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) • 837 B
JavaScript
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
const require_blockquote = require('./blockquote.cjs');
//#region src/components/blockquote/namespace.ts
var namespace_exports = /* @__PURE__ */ require_rolldown_runtime.__export({
Caption: () => require_blockquote.BlockquoteCaption,
Cite: () => require_blockquote.BlockquoteCite,
Content: () => require_blockquote.BlockquoteContent,
Icon: () => require_blockquote.BlockquoteIcon,
PropsContext: () => require_blockquote.BlockquotePropsContext,
Root: () => require_blockquote.BlockquoteRoot,
usePropsContext: () => require_blockquote.useBlockquotePropsContext
});
//#endregion
Object.defineProperty(exports, 'namespace_exports', {
enumerable: true,
get: function () {
return namespace_exports;
}
});
//# sourceMappingURL=namespace.cjs.map