mirror of
https://github.com/archtechx/alpine-typescript.git
synced 2025-12-11 22:34:03 +00:00
export global interface
This commit is contained in:
parent
cf84a1b066
commit
3db89642ad
2 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ declare global {
|
|||
AlpineComponents: any;
|
||||
}
|
||||
|
||||
interface AlpineElement extends HTMLElement {
|
||||
export interface AlpineElement extends HTMLElement {
|
||||
__x: ComponentController;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue