UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

9 lines 284 B
import type { FieldType, Options } from './types'; /** * Get and set the value of a form field. * * @see https://payloadcms.com/docs/admin/hooks#usefield */ declare const useField: <T>(options: Options) => FieldType<T>; export default useField; //# sourceMappingURL=index.d.ts.map