import Hello from './Hello.svelte'; new Hello({ target: document.body, props: { text: 'foo bar' } }) new Hello({ target: document.body })