We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd990a commit a035b56Copy full SHA for a035b56
src/Component.ts
@@ -94,7 +94,7 @@ export class Component<T extends HTMLElement = HTMLElement> extends ElementCompo
94
* {@link https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/focus Focus}
95
* @param options
96
*/
97
- public focus(options?: FocusOptions): this {
+ public focus(options?: FocusOptions): typeof this {
98
this.node.focus(options);
99
return this;
100
}
0 commit comments