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