1
0
Fork 0
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:
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: {