Yes. You need spread props:
<svelte:component this={upload_component} bind:action={restart} {...someprops}/>
(Note that bindings and event listeners are not included in those props — but you can always pass down a callback function among your props.)