Skip to content

Commit

Permalink
v0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed May 23, 2021
1 parent 98250d2 commit cf84a1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ export declare function component(name: string, component?: Function): Component
export declare function convertClassToAlpineConstructor(component: any): ComponentConstructor;
export declare function addTitles(): void;
export declare function bootstrap(): void;
export interface AlpineElement extends HTMLElement {
__x: ComponentController;
}
declare global {
interface Window {
Alpine: Alpine;
deferLoadingAlpine: any;
AlpineComponents: any;
}
interface AlpineElement extends HTMLElement {
__x: ComponentController;
}
}
export {};
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.18",
"version": "0.1.19",
"description": "TypeScript support for Alpine.js",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit cf84a1b

Please sign in to comment.