feat: forward on:click for HeaderActionLink

closes #1796
This commit is contained in:
mgreminger 2023-08-25 22:36:30 -05:00
commit c725670365
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: {} }
> {}