UNPKG

payload

Version:

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

5 lines 284 B
import type { ServerProps } from '../../config/types.js'; export type UnpublishButtonClientProps = {}; export type UnpublishButtonServerPropsOnly = {} & ServerProps; export type UnpublishButtonServerProps = UnpublishButtonServerPropsOnly; //# sourceMappingURL=UnpublishButton.d.ts.map