Docs built

This commit is contained in:
militant_gnome 2024-01-15 18:23:03 +02:00 committed by Eric Liu
commit 18130e0f75
4 changed files with 18 additions and 22 deletions

View file

@ -18,13 +18,11 @@ export interface HeaderGlobalActionProps extends ButtonProps {
* Obtain a reference to the HTML button element
* @default null
*/
ref?: null | HTMLButtonElement;
[key: `data-${string}`]: any;
ref?: undefined;
}
export default class HeaderGlobalAction extends SvelteComponentTyped<
HeaderGlobalActionProps,
{ click: WindowEventMap["click"] },
{ default: {} }
{}
> {}