UNPKG

@ai-stack/payloadcms

Version:

<p align="center"> <img alt="Payload AI Plugin" src="assets/payload-ai-intro.gif" width="100%" /> </p>

15 lines 425 B
import React from 'react'; export declare const FieldContext: React.Context<{ path?: string; schemaPath?: string; type?: string; }>; export declare const FieldProvider: ({ children, context, }: { children: React.ReactNode; context: { path: string; schemaPath: unknown; type: unknown; }; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FieldProvider.d.ts.map