UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

5 lines 274 B
import type { ServerProps } from '../../config/types.js'; export type PublishButtonClientProps = {}; export type PublishButtonServerPropsOnly = {} & ServerProps; export type PublishButtonServerProps = PublishButtonServerPropsOnly; //# sourceMappingURL=PublishButton.d.ts.map