import { DEFAULT_EXPORT_PROFILE, EXPORT_PROFILE_OPTIONS, } from "../../utils/exportProfiles"; /** * Selector de destino para exportación SWORD XML (DSpace, EPrints, Dublin Core…). */ export function SwordProfileSelect({ value = DEFAULT_EXPORT_PROFILE, onChange, id = "sword-export-profile", className = "", }) { return ( ); }