mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
refactor(types): remove unnecessary JSDoc default type [ci skip] (#1123)
This commit is contained in:
parent
6a13ca1c0d
commit
cd687f0e1b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specify the size of the search input
|
* Specify the size of the search input
|
||||||
* @type {"sm" | "lg" | "xl"} [size="xl"]
|
* @type {"sm" | "lg" | "xl"}
|
||||||
*/
|
*/
|
||||||
export let size = "xl";
|
export let size = "xl";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue