Internal
Props for the ImportSummary component.
export interface ImportSummaryProps { data: KenmeiExport; onProceed: () => void; onCancel: () => void;} Copy
export interface ImportSummaryProps { data: KenmeiExport; onProceed: () => void; onCancel: () => void;}
The KenmeiExport data to summarize.
Callback invoked when the user chooses to proceed with the import.
Callback invoked when the user cancels the import.
Props for the ImportSummary component.
Source