@payloadcms/plugin-seo
Version:
SEO plugin for Payload
12 lines • 439 B
TypeScript
import type { TextField } from 'payload';
interface FieldFunctionProps {
/**
* Tell the component if the generate function is available as configured in the plugin config
*/
hasGenerateFn?: boolean;
overrides?: Partial<TextField>;
}
type FieldFunction = ({ hasGenerateFn, overrides }: FieldFunctionProps) => TextField;
export declare const MetaTitleField: FieldFunction;
export {};
//# sourceMappingURL=index.d.ts.map