File size: 371 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
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"
|