1
0
Fork 0
mirror of https://github.com/archtechx/alpine-typescript.git synced 2025-12-11 22:34:03 +00:00

rebuild ts

This commit is contained in:
Samuel Štancl 2021-05-23 20:11:22 +02:00
parent 026866e514
commit a9ebdfc35d
2 changed files with 4 additions and 4 deletions

6
dist/index.d.ts vendored
View file

@ -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 {};

View file

@ -1,6 +1,6 @@
{
"name": "@leanadmin/alpine-typescript",
"version": "0.1.21",
"version": "0.1.22",
"description": "TypeScript support for Alpine.js",
"main": "dist/index.js",
"repository": {