UNPKG

@agility/nextjs

Version:

Agility CMS support for NextJS 16 and Next Image

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