payload
Version:
Node, React, Headless CMS and Application Framework built on Next.js
5 lines • 301 B
TypeScript
import type { ServerProps } from '../../config/types.js';
export type PreviewButtonClientProps = {};
export type PreviewButtonServerPropsOnly = {} & ServerProps;
export type PreviewButtonServerProps = PreviewButtonClientProps & PreviewButtonServerPropsOnly;
//# sourceMappingURL=PreviewButton.d.ts.map