mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
v0.38.2
This commit is contained in:
parent
f9183d343b
commit
c647cb27a7
6 changed files with 14 additions and 3 deletions
1
types/ComposedModal/ComposedModal.d.ts
vendored
1
types/ComposedModal/ComposedModal.d.ts
vendored
|
@ -49,6 +49,7 @@ export default class ComposedModal extends SvelteComponentTyped<
|
|||
ComposedModalProps,
|
||||
{
|
||||
transitionend: CustomEvent<{ open: boolean }>;
|
||||
keydown: WindowEventMap["keydown"];
|
||||
click: WindowEventMap["click"];
|
||||
mouseover: WindowEventMap["mouseover"];
|
||||
mouseenter: WindowEventMap["mouseenter"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue