@dotcms/react
Version:
Official React Components library to render a dotCMS page.
9 lines (8 loc) • 323 B
TypeScript
import { ContentNode } from '../../../models/content-node.interface';
/**
* Renders an image component for dotCMS.
*
* @param props - The props for the DotCMSImage component.
* @returns The rendered image component.
*/
export declare const DotCMSImage: (props: ContentNode) => import("react/jsx-runtime").JSX.Element;