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

fix $data type

This commit is contained in:
Samuel Štancl 2021-06-02 15:58:06 +02:00
parent dc31ffa15e
commit 1a1f8df2c2
2 changed files with 2 additions and 2 deletions

2
dist/index.d.ts vendored
View file

@ -37,7 +37,7 @@ export interface Alpine {
}
export declare interface ComponentController {
$el: AlpineElement;
$data: ProxyConstructor;
$data: any;
$nextTickStack: CallableFunction[];
$showDirectiveStack: any[];
$watchers: {

View file

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