This commit is contained in:
Eric Y Liu 2021-07-03 13:46:21 -07:00
commit c647cb27a7
6 changed files with 14 additions and 3 deletions

View file

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