fix(radio-button-group): strongly type dispatched change/select events (#1819)

This commit is contained in:
Eric Liu 2023-10-03 11:23:17 -07:00 committed by GitHub
commit 06d81ddbff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 42 additions and 18 deletions

View file

@ -1,4 +1,8 @@
<script>
/**
* @event {string} change
*/
/**
* Set the selected radio button value
* @type {string}

View file

@ -1,4 +1,8 @@
<script>
/**
* @event {string} select
*/
/**
* Specify the selected tile value
* @type {string}