mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01: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
2
types/Tile/TileGroup.svelte.d.ts
vendored
2
types/Tile/TileGroup.svelte.d.ts
vendored
|
@ -39,6 +39,6 @@ export interface TileGroupProps extends RestProps {
|
|||
|
||||
export default class TileGroup extends SvelteComponentTyped<
|
||||
TileGroupProps,
|
||||
{ select: CustomEvent<any> },
|
||||
{ select: CustomEvent<string> },
|
||||
{ default: {} }
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue