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:
parent
dc31ffa15e
commit
1a1f8df2c2
2 changed files with 2 additions and 2 deletions
2
dist/index.d.ts
vendored
2
dist/index.d.ts
vendored
|
|
@ -37,7 +37,7 @@ export interface Alpine {
|
|||
}
|
||||
export declare interface ComponentController {
|
||||
$el: AlpineElement;
|
||||
$data: ProxyConstructor;
|
||||
$data: any;
|
||||
$nextTickStack: CallableFunction[];
|
||||
$showDirectiveStack: any[];
|
||||
$watchers: {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue