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

Properties

Properties

onGoToImport: () => void