mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
fix(radio-button-group): strongly type dispatched change/select events (#1819)
This commit is contained in:
parent
836b360b9b
commit
06d81ddbff
8 changed files with 42 additions and 18 deletions
|
@ -1,4 +1,8 @@
|
|||
<script>
|
||||
/**
|
||||
* @event {string} change
|
||||
*/
|
||||
|
||||
/**
|
||||
* Set the selected radio button value
|
||||
* @type {string}
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
<script>
|
||||
/**
|
||||
* @event {string} select
|
||||
*/
|
||||
|
||||
/**
|
||||
* Specify the selected tile value
|
||||
* @type {string}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue