From 424fcbc096e3ce237e0c91e9aec2cffdb145463b Mon Sep 17 00:00:00 2001 From: Simon Holthausen Date: Tue, 2 May 2023 12:25:35 +0200 Subject: [PATCH] hide from public type definition --- src/runtime/internal/Component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/runtime/internal/Component.ts b/src/runtime/internal/Component.ts index 7bf1532ddc..2a7be0f4f1 100644 --- a/src/runtime/internal/Component.ts +++ b/src/runtime/internal/Component.ts @@ -329,6 +329,8 @@ interface CustomElementPropDefinition { } /** + * @internal + * * Turn a Svelte component into a custom element. * @param Component A Svelte component constructor * @param props_definition The props to observe