Merge branch 'master' into recursive-list

This commit is contained in:
Eric Liu 2021-07-05 08:43:23 -07:00 committed by GitHub
commit 5c4f9a50f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 93 additions and 14 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"];