mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(selectable-tile): include dispatched events in types (#1695)
Fixes #1694
This commit is contained in:
parent
821233ab4f
commit
ca40dd18c2
4 changed files with 18 additions and 7 deletions
2
types/Tile/SelectableTile.svelte.d.ts
vendored
2
types/Tile/SelectableTile.svelte.d.ts
vendored
|
@ -67,6 +67,8 @@ export interface SelectableTileProps
|
|||
export default class SelectableTile extends SvelteComponentTyped<
|
||||
SelectableTileProps,
|
||||
{
|
||||
select: CustomEvent<string>;
|
||||
deselect: CustomEvent<string>;
|
||||
click: WindowEventMap["click"];
|
||||
mouseover: WindowEventMap["mouseover"];
|
||||
mouseenter: WindowEventMap["mouseenter"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue