@dotcms/react
Version:
Official React Components library to render a dotCMS page.
12 lines (11 loc) • 1 kB
TypeScript
export { DotCMSLayoutBody } from './lib/next/components/DotCMSLayoutBody/DotCMSLayoutBody';
export { DotCMSShow } from './lib/next/components/DotCMSShow/DotCMSShow';
export { useDotCMSShowWhen } from './lib/next/hooks/useDotCMSShowWhen';
export { useEditableDotCMSPage } from './lib/next/hooks/useEditableDotCMSPage';
export { DotCMSEditableText } from './lib/next/components/DotCMSEditableText/DotCMSEditableText';
export { DotCMSBlockEditorRenderer, CustomRenderer } from './lib/next/components/DotCMSBlockEditorRenderer/DotCMSBlockEditorRenderer';
export type { BlockEditorRendererProps, CustomRendererProps } from './lib/next/components/DotCMSBlockEditorRenderer/DotCMSBlockEditorRenderer';
export type { DotCMSLayoutBodyProps } from './lib/next/components/DotCMSLayoutBody/DotCMSLayoutBody';
export { useAISearch } from './lib/next/hooks/useAISearch';
export type { DotCMSAISearchValue, DotCMSAISearchProps } from './lib/next/shared/types';
export { buildSlots } from './lib/next/utils/buildSlots';