UNPKG

payload

Version:

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

7 lines 304 B
import type { ServerProps } from '../../config/types.js'; export type SaveButtonClientProps = { label?: string; }; export type SaveButtonServerPropsOnly = {} & ServerProps; export type SaveButtonServerProps = SaveButtonClientProps & SaveButtonServerPropsOnly; //# sourceMappingURL=SaveButton.d.ts.map