1 | export { BlockquoteRoot as Root, BlockquotePropsProvider as PropsProvider, BlockquoteContent as Content, BlockquoteCaption as Caption, BlockquoteIcon as Icon, } from "./blockquote";
|
2 | export type { BlockquoteRootProps as RootProps, BlockquoteContentProps as ContentProps, BlockquoteCaptionProps as CaptionProps, BlockquoteIconProps, } from "./blockquote";
|