Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
371 Bytes
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"