Merge branch 'carbon-design-system:master' into patch-1

This commit is contained in:
Pierre 2023-04-13 23:47:15 +02:00 committed by GitHub
commit b2db84b564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 81 additions and 83 deletions

View file

@ -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"];