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
a9ebdfc35d
commit
dc31ffa15e
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ export interface Alpine {
|
|||
|
||||
export declare interface ComponentController {
|
||||
$el: AlpineElement;
|
||||
$data: ProxyConstructor;
|
||||
$data: any;
|
||||
$nextTickStack: CallableFunction[];
|
||||
$showDirectiveStack: any[];
|
||||
$watchers: { [name: string]: CallableFunction };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue