mirror of
https://github.com/archtechx/alpine-typescript.git
synced 2025-12-12 06:44: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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue