add customStyleTag to component constructor options

pull/5639/head
Ivan Hofer 5 years ago
parent 7a79cfc58c
commit 901204ed58

@ -117,7 +117,8 @@ export class SvelteComponentDev extends SvelteComponent {
$$prop_def: Props;
constructor(options: {
target: Element;
target: Element | ShadowRoot;
customStyleTag: Element | ShadowRoot;
anchor?: Element;
props?: Props;
hydrate?: boolean;

Loading…
Cancel
Save