UNPKG

@ai-stack/payloadcms

Version:

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

12 lines (11 loc) 317 B
import type { SelectFieldClientProps } from 'payload'; import React from 'react'; export declare const SelectField: (props: { filterByField: string; options: { fields: string[]; label: string; value: string; }[]; path: string; } & SelectFieldClientProps) => React.JSX.Element;