@payloadcms/plugin-seo
Version:
SEO plugin for Payload
18 lines • 482 B
TypeScript
import type { UIField } from 'payload';
import React from 'react';
type OverviewProps = {
descriptionOverrides?: {
maxLength?: number;
minLength?: number;
};
descriptionPath?: string;
imagePath?: string;
titleOverrides?: {
maxLength?: number;
minLength?: number;
};
titlePath?: string;
} & UIField;
export declare const OverviewComponent: React.FC<OverviewProps>;
export {};
//# sourceMappingURL=OverviewComponent.d.ts.map