UNPKG

@agility/nextjs

Version:

Agility CMS support for NextJS 14 and Next Image

4 lines (3 loc) 128 B
import { FC } from "react"; import { ContentZoneProps } from "./types"; export declare const ContentZone: FC<ContentZoneProps>;