UNPKG

payloadcms-import-export-plugin

Version:

A comprehensive Payload CMS plugin that enables seamless import and export of collection data with support for CSV and JSON formats, featuring advanced field mapping, duplicate handling, and batch processing capabilities.

7 lines (6 loc) 168 B
import React from 'react'; import './index.scss'; export declare const ExportListMenuItem: React.FC<{ collectionSlug: string; exportCollectionSlug: string; }>;