...`)
* @type {string}
*/
@@ -26,6 +27,7 @@
/**
* Specify the platform name.
+ *
* Alternatively, use the named slot "platform" (e.g., `...`)
*/
export let platformName = "";
diff --git a/types/Select/Select.svelte.d.ts b/types/Select/Select.svelte.d.ts
index e72c9437ef..35a581864a 100644
--- a/types/Select/Select.svelte.d.ts
+++ b/types/Select/Select.svelte.d.ts
@@ -1,7 +1,7 @@
import type { SvelteComponentTyped } from "svelte";
import type { SvelteHTMLElements } from "svelte/elements";
-type RestProps = SvelteHTMLElements["div"];
+type RestProps = SvelteHTMLElements["select"];
export interface SelectProps extends RestProps {
/**
diff --git a/types/UIShell/Header.svelte.d.ts b/types/UIShell/Header.svelte.d.ts
index a4a71ae17a..6c1240b24d 100644
--- a/types/UIShell/Header.svelte.d.ts
+++ b/types/UIShell/Header.svelte.d.ts
@@ -30,6 +30,7 @@ export interface HeaderProps extends RestProps {
/**
* Specify the company name.
+ *
* Alternatively, use the named slot "company" (e.g., `...`)
* @default undefined
*/
@@ -37,6 +38,7 @@ export interface HeaderProps extends RestProps {
/**
* Specify the platform name.
+ *
* Alternatively, use the named slot "platform" (e.g., `...`)
* @default ""
*/