@dotcms/react
Version:
Official React Components library to render a dotCMS page.
7 lines (6 loc) • 620 B
TypeScript
export { DotCMSLayoutBody } from './lib/next/components/DotCMSLayoutBody/DotCMSLayoutBody';
export type { DotCMSLayoutBodyProps } from './lib/next/components/DotCMSLayoutBody/DotCMSLayoutBody';
export { buildSlots } from './lib/next/utils/buildSlots';
export { DotCMSBlockEditorRenderer, CustomRenderer } from './lib/next/components/DotCMSBlockEditorRenderer/DotCMSBlockEditorRenderer';
export type { BlockEditorRendererProps, CustomRendererProps } from './lib/next/components/DotCMSBlockEditorRenderer/DotCMSBlockEditorRenderer';
export type { DotCMSAISearchValue, DotCMSAISearchProps } from './lib/next/shared/types';