refactor(types): remove unnecessary JSDoc default type [ci skip]

This commit is contained in:
Eric Liu 2022-02-21 09:23:21 -08:00
commit 26653af76e

View file

@ -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";