UNPKG

@ai-stack/payloadcms

Version:

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

11 lines 353 B
import type { SelectFieldClientProps } from 'payload'; export declare const SelectField: (props: { filterByField: string; options: { fields: string[]; label: string; value: string; }[]; path: string; } & SelectFieldClientProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SelectField.d.ts.map