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

This commit is contained in:
metonym 2022-02-21 09:24:37 -08:00 committed by GitHub
commit cd687f0e1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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