mirror of
https://github.com/archtechx/alpine-typescript.git
synced 2025-12-11 22:34:03 +00:00
Add export for Alpine
This commit is contained in:
parent
0913d1eb11
commit
87b0feed75
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ export abstract class AlpineComponent {
|
|||
[key: string]: any;
|
||||
}
|
||||
|
||||
declare type Alpine = {
|
||||
export declare type Alpine = {
|
||||
version: string;
|
||||
pauseMutationObserver: boolean;
|
||||
magicProperties: { [name: string]: CallableFunction };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue