fix(types): improve e.detail type for dispatched events (#1907)

* fix(types): improve `e.detail` type for dispatched events

* Run "yarn build:docs"

* test: assert new types
This commit is contained in:
metonym 2024-02-01 07:56:34 -08:00 committed by GitHub
commit 6590457574
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 70 additions and 35 deletions

View file

@ -1,4 +1,8 @@
<script>
/**
* @event {string} change
*/
/**
* Specify the selected structured list row value
* @type {string}