feat(ui-shell): forward click event to HeaderActionLink (#1797)

Closes #1796
This commit is contained in:
Michael Greminger 2023-08-26 12:17:05 -05:00 committed by GitHub
commit e5675eb203
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View file

@ -33,6 +33,6 @@ export interface HeaderActionLinkProps extends RestProps {
export default class HeaderActionLink extends SvelteComponentTyped<
HeaderActionLinkProps,
Record<string, any>,
{ click: WindowEventMap["click"] },
{ icon: {} }
> {}