mirror of
https://github.com/archtechx/alpine-typescript.git
synced 2025-12-12 06:44:03 +00:00
fix typo
This commit is contained in:
parent
c12e54f4a2
commit
19e75e76ce
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ declare const window: any;
|
|||
|
||||
type ComponentConstructor = (...args: any[]) => object;
|
||||
|
||||
export class AlpineComponent {
|
||||
export abstract class AlpineComponent {
|
||||
/** Retrieve the root component DOM node. */
|
||||
$el?: HTMLElement;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue