add customStyleTag to component constructor options

pull/5639/head
Ivan Hofer 5 years ago
parent 9c826116cd
commit 54d3e91929

@ -136,7 +136,8 @@ export class SvelteComponentDev<
$$slot_def: Slots;
constructor(options: {
target: Element;
target: Element | ShadowRoot;
customStyleTag: Element | ShadowRoot;
anchor?: Element;
props?: Props;
hydrate?: boolean;

Loading…
Cancel
Save