Skip to content

Commit

Permalink
export global interface
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed May 23, 2021
1 parent cf84a1b commit 3db8964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanadmin/alpine-typescript",
"version": "0.1.19",
"version": "0.1.20",
"description": "TypeScript support for Alpine.js",
"main": "dist/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ declare global {
AlpineComponents: any;
}

interface AlpineElement extends HTMLElement {
export interface AlpineElement extends HTMLElement {
__x: ComponentController;
}
}

0 comments on commit 3db8964

Please sign in to comment.