UNPKG

@payloadcms/plugin-seo

Version:
10 lines 334 B
import type { UIField } from 'payload'; import React from 'react'; type PreviewProps = { readonly descriptionPath?: string; readonly hasGenerateURLFn: boolean; readonly titlePath?: string; } & UIField; export declare const PreviewComponent: React.FC<PreviewProps>; export {}; //# sourceMappingURL=PreviewComponent.d.ts.map