mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
Merge branch 'carbon-design-system:master' into patch-1
This commit is contained in:
commit
b2db84b564
30 changed files with 81 additions and 83 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