File size: 337 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
export {
BlockquoteRoot,
BlockquotePropsProvider,
BlockquoteContent,
BlockquoteCaption,
BlockquoteIcon,
useBlockquoteStyles,
} from "./blockquote"
export type {
BlockquoteRootProps,
BlockquoteContentProps,
BlockquoteCaptionProps,
BlockquoteIconProps,
} from "./blockquote"
export * as Blockquote from "./namespace"
|