Props for the NoResultsView component.

interface NoResultsViewProps {
onGoToImport: () => void;
}
interface NoResultsViewProps {
    onGoToImport: () => void;
}

Properties

Properties

onGoToImport: () => void

Callback to navigate back to the import page.