muryshev's picture
init
79278ec
raw
history blame contribute delete
165 Bytes
import { SetURLSearchParams } from "react-router-dom";
export interface CreateDatasetFormProps {
closeModal: () => void;
setSearchParams: SetURLSearchParams;
}