@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
9 lines (8 loc) • 873 B
TypeScript
import { BlockquoteCaption, BlockquoteCaptionProps, BlockquoteCite, BlockquoteCiteProps, BlockquoteContent, BlockquoteContentProps, BlockquoteIcon, BlockquoteIconProps, BlockquotePropsContext, BlockquoteRoot, BlockquoteRootProps, useBlockquotePropsContext } from "./blockquote.js";
//#region src/components/blockquote/namespace.d.ts
declare namespace namespace_d_exports {
export { BlockquoteCaption as Caption, BlockquoteCaptionProps as CaptionProps, BlockquoteCite as Cite, BlockquoteCiteProps as CiteProps, BlockquoteContent as Content, BlockquoteContentProps as ContentProps, BlockquoteIcon as Icon, BlockquoteIconProps as IconProps, BlockquotePropsContext as PropsContext, BlockquoteRoot as Root, BlockquoteRootProps as RootProps, useBlockquotePropsContext as usePropsContext };
}
//#endregion
export { namespace_d_exports };
//# sourceMappingURL=namespace.d.ts.map